Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=405
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=404",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 405,
    "results": [
        {
            "start": 821500230,
            "stop": 821500266
        },
        {
            "start": 821500307,
            "stop": 821500331
        },
        {
            "start": 821500350,
            "stop": 821500352
        },
        {
            "start": 821500374,
            "stop": 821500394
        },
        {
            "start": 821500413,
            "stop": 821500419
        },
        {
            "start": 821500466,
            "stop": 821500513
        },
        {
            "start": 821500565,
            "stop": 821500574
        },
        {
            "start": 821500609,
            "stop": 821500614
        },
        {
            "start": 821500657,
            "stop": 821500666
        },
        {
            "start": 821500685,
            "stop": 821500687
        },
        {
            "start": 821500754,
            "stop": 821500793
        },
        {
            "start": 821500812,
            "stop": 821500827
        },
        {
            "start": 821500907,
            "stop": 821500939
        },
        {
            "start": 821500962,
            "stop": 821500994
        },
        {
            "start": 821501039,
            "stop": 821501052
        },
        {
            "start": 821501071,
            "stop": 821501079
        },
        {
            "start": 821501098,
            "stop": 821501127
        },
        {
            "start": 821501146,
            "stop": 821501161
        },
        {
            "start": 821501205,
            "stop": 821501210
        },
        {
            "start": 821501252,
            "stop": 821501261
        }
    ]
}