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=420
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=421",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=419",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 420,
    "results": [
        {
            "start": 866077135,
            "stop": 866077962
        },
        {
            "start": 866077966,
            "stop": 866078485
        },
        {
            "start": 866078490,
            "stop": 866078927
        },
        {
            "start": 866078932,
            "stop": 866078947
        },
        {
            "start": 866078956,
            "stop": 866079095
        },
        {
            "start": 866079098,
            "stop": 866079104
        },
        {
            "start": 866079112,
            "stop": 866079123
        },
        {
            "start": 866079127,
            "stop": 866079253
        },
        {
            "start": 866079257,
            "stop": 866079277
        },
        {
            "start": 866079281,
            "stop": 866079334
        },
        {
            "start": 866079338,
            "stop": 866079449
        },
        {
            "start": 866079453,
            "stop": 866079467
        },
        {
            "start": 866082449,
            "stop": 866082499
        },
        {
            "start": 866082503,
            "stop": 866087272
        },
        {
            "start": 866087548,
            "stop": 866129705
        },
        {
            "start": 866130008,
            "stop": 866134895
        },
        {
            "start": 866138631,
            "stop": 866160823
        },
        {
            "start": 866161105,
            "stop": 866161317
        },
        {
            "start": 866161321,
            "stop": 866162382
        },
        {
            "start": 866162386,
            "stop": 866162489
        }
    ]
}