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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=436",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=434",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 435,
    "results": [
        {
            "start": 867123341,
            "stop": 867123385
        },
        {
            "start": 867123394,
            "stop": 867123550
        },
        {
            "start": 867123554,
            "stop": 867123661
        },
        {
            "start": 867123665,
            "stop": 867124271
        },
        {
            "start": 867124274,
            "stop": 867124391
        },
        {
            "start": 867124394,
            "stop": 867170816
        },
        {
            "start": 867180705,
            "stop": 867191140
        },
        {
            "start": 867192115,
            "stop": 867277036
        },
        {
            "start": 867277419,
            "stop": 867278226
        },
        {
            "start": 867279294,
            "stop": 867298981
        },
        {
            "start": 867300102,
            "stop": 867344496
        },
        {
            "start": 867344624,
            "stop": 867353117
        },
        {
            "start": 867357340,
            "stop": 867364294
        },
        {
            "start": 867367505,
            "stop": 867440836
        },
        {
            "start": 867441038,
            "stop": 867443675
        },
        {
            "start": 867443679,
            "stop": 867446820
        },
        {
            "start": 867446824,
            "stop": 867450198
        },
        {
            "start": 867451269,
            "stop": 867452312
        },
        {
            "start": 867454188,
            "stop": 867511055
        },
        {
            "start": 867552283,
            "stop": 867558753
        }
    ]
}