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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=311",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 312,
    "results": [
        {
            "start": 969425872,
            "stop": 969451786
        },
        {
            "start": 969455030,
            "stop": 969505959
        },
        {
            "start": 969508725,
            "stop": 969517712
        },
        {
            "start": 969526275,
            "stop": 969542580
        },
        {
            "start": 969544984,
            "stop": 969559165
        },
        {
            "start": 969559168,
            "stop": 969559852
        },
        {
            "start": 969559855,
            "stop": 969559869
        },
        {
            "start": 969559873,
            "stop": 969559936
        },
        {
            "start": 969559942,
            "stop": 969559943
        },
        {
            "start": 969559946,
            "stop": 969560063
        },
        {
            "start": 969560067,
            "stop": 969560139
        },
        {
            "start": 969560143,
            "stop": 969560146
        },
        {
            "start": 969560149,
            "stop": 969560151
        },
        {
            "start": 969560154,
            "stop": 969560157
        },
        {
            "start": 969560163,
            "stop": 969560248
        },
        {
            "start": 969560251,
            "stop": 969560289
        },
        {
            "start": 969560293,
            "stop": 969560360
        },
        {
            "start": 969560364,
            "stop": 969560367
        },
        {
            "start": 969560370,
            "stop": 969561204
        },
        {
            "start": 969563467,
            "stop": 969563563
        }
    ]
}