Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6676
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6677",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6675",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6676,
    "results": [
        {
            "start": 875100372,
            "stop": 875100750
        },
        {
            "start": 875100751,
            "stop": 875100805
        },
        {
            "start": 875100806,
            "stop": 875100855
        },
        {
            "start": 875100856,
            "stop": 875101679
        },
        {
            "start": 875101680,
            "stop": 875102654
        },
        {
            "start": 875102655,
            "stop": 875103037
        },
        {
            "start": 875103038,
            "stop": 875103135
        },
        {
            "start": 875103137,
            "stop": 875103180
        },
        {
            "start": 875103240,
            "stop": 875104021
        },
        {
            "start": 875106680,
            "stop": 875106981
        },
        {
            "start": 875106982,
            "stop": 875107759
        },
        {
            "start": 875107760,
            "stop": 875107767
        },
        {
            "start": 875107768,
            "stop": 875108579
        },
        {
            "start": 875108580,
            "stop": 875108895
        },
        {
            "start": 875108898,
            "stop": 875109304
        },
        {
            "start": 875109875,
            "stop": 875110059
        },
        {
            "start": 875110060,
            "stop": 875110109
        },
        {
            "start": 875110110,
            "stop": 875110950
        },
        {
            "start": 875110951,
            "stop": 875112038
        },
        {
            "start": 875112039,
            "stop": 875112350
        }
    ]
}