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_CAT2/segments?format=api&page=321
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=320",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 321,
    "results": [
        {
            "start": 821744827,
            "stop": 821744829
        },
        {
            "start": 821744832,
            "stop": 821744840
        },
        {
            "start": 821744843,
            "stop": 821744850
        },
        {
            "start": 821744859,
            "stop": 821744860
        },
        {
            "start": 821744863,
            "stop": 821744866
        },
        {
            "start": 821744869,
            "stop": 821744875
        },
        {
            "start": 821744880,
            "stop": 821744895
        },
        {
            "start": 821744898,
            "stop": 821744911
        },
        {
            "start": 821744918,
            "stop": 821744926
        },
        {
            "start": 821744929,
            "stop": 821744936
        },
        {
            "start": 821744939,
            "stop": 821744941
        },
        {
            "start": 821744947,
            "stop": 821744961
        },
        {
            "start": 821744964,
            "stop": 821744968
        },
        {
            "start": 821744975,
            "stop": 821744979
        },
        {
            "start": 821744983,
            "stop": 821744990
        },
        {
            "start": 821744995,
            "stop": 821745001
        },
        {
            "start": 821745004,
            "stop": 821745015
        },
        {
            "start": 821745018,
            "stop": 821745021
        },
        {
            "start": 821745026,
            "stop": 821745029
        },
        {
            "start": 821745032,
            "stop": 821745056
        }
    ]
}