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=396
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=397",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=395",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 396,
    "results": [
        {
            "start": 863185374,
            "stop": 863197909
        },
        {
            "start": 863199636,
            "stop": 863202499
        },
        {
            "start": 863203412,
            "stop": 863216934
        },
        {
            "start": 863217791,
            "stop": 863220717
        },
        {
            "start": 863222313,
            "stop": 863276421
        },
        {
            "start": 863294172,
            "stop": 863295669
        },
        {
            "start": 863296795,
            "stop": 863301784
        },
        {
            "start": 863302793,
            "stop": 863311366
        },
        {
            "start": 863311578,
            "stop": 863316563
        },
        {
            "start": 863316814,
            "stop": 863344381
        },
        {
            "start": 863346730,
            "stop": 863367904
        },
        {
            "start": 863367995,
            "stop": 863377877
        },
        {
            "start": 863378803,
            "stop": 863398038
        },
        {
            "start": 863398212,
            "stop": 863435873
        },
        {
            "start": 863436158,
            "stop": 863457747
        },
        {
            "start": 863459746,
            "stop": 863460001
        },
        {
            "start": 863460425,
            "stop": 863461296
        },
        {
            "start": 863461610,
            "stop": 863462406
        },
        {
            "start": 863465693,
            "stop": 863466220
        },
        {
            "start": 863470576,
            "stop": 863472374
        }
    ]
}