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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=51",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 52,
    "results": [
        {
            "start": 822375749,
            "stop": 822375834
        },
        {
            "start": 822376464,
            "stop": 822382925
        },
        {
            "start": 822383485,
            "stop": 822385926
        },
        {
            "start": 822387570,
            "stop": 822413327
        },
        {
            "start": 822413967,
            "stop": 822417133
        },
        {
            "start": 822423774,
            "stop": 822424182
        },
        {
            "start": 822424185,
            "stop": 822424237
        },
        {
            "start": 822424242,
            "stop": 822424260
        },
        {
            "start": 822424263,
            "stop": 822424785
        },
        {
            "start": 822425370,
            "stop": 822427333
        },
        {
            "start": 822427806,
            "stop": 822427867
        },
        {
            "start": 822428636,
            "stop": 822430209
        },
        {
            "start": 822430212,
            "stop": 822435599
        },
        {
            "start": 822435602,
            "stop": 822446750
        },
        {
            "start": 822446848,
            "stop": 822447062
        },
        {
            "start": 822447142,
            "stop": 822476233
        },
        {
            "start": 822476238,
            "stop": 822476239
        },
        {
            "start": 822476590,
            "stop": 822477253
        },
        {
            "start": 822477398,
            "stop": 822477493
        },
        {
            "start": 822479718,
            "stop": 822481783
        }
    ]
}