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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=49",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 50,
    "results": [
        {
            "start": 822431340,
            "stop": 822433590
        },
        {
            "start": 822433784,
            "stop": 822434602
        },
        {
            "start": 822434812,
            "stop": 822435583
        },
        {
            "start": 822437391,
            "stop": 822438537
        },
        {
            "start": 822438603,
            "stop": 822443205
        },
        {
            "start": 822443266,
            "stop": 822446750
        },
        {
            "start": 822446850,
            "stop": 822446861
        },
        {
            "start": 822446930,
            "stop": 822447064
        },
        {
            "start": 822447144,
            "stop": 822447254
        },
        {
            "start": 822447352,
            "stop": 822460883
        },
        {
            "start": 822460917,
            "stop": 822463722
        },
        {
            "start": 822463758,
            "stop": 822472108
        },
        {
            "start": 822472252,
            "stop": 822475204
        },
        {
            "start": 822475354,
            "stop": 822476179
        },
        {
            "start": 822476368,
            "stop": 822477430
        },
        {
            "start": 822477640,
            "stop": 822477999
        },
        {
            "start": 822478157,
            "stop": 822478318
        },
        {
            "start": 822478491,
            "stop": 822478768
        },
        {
            "start": 822480318,
            "stop": 822482389
        },
        {
            "start": 822483124,
            "stop": 822483303
        }
    ]
}