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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=90",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 91,
    "results": [
        {
            "start": 827814834,
            "stop": 827827093
        },
        {
            "start": 827827107,
            "stop": 827827109
        },
        {
            "start": 827828167,
            "stop": 827840220
        },
        {
            "start": 827841238,
            "stop": 827841613
        },
        {
            "start": 827841649,
            "stop": 827841651
        },
        {
            "start": 827842082,
            "stop": 827845273
        },
        {
            "start": 827845303,
            "stop": 827845304
        },
        {
            "start": 827845908,
            "stop": 827845927
        },
        {
            "start": 827847063,
            "stop": 827847913
        },
        {
            "start": 827865186,
            "stop": 827869033
        },
        {
            "start": 827873159,
            "stop": 827873293
        },
        {
            "start": 827873326,
            "stop": 827873328
        },
        {
            "start": 827873459,
            "stop": 827874553
        },
        {
            "start": 827874575,
            "stop": 827874577
        },
        {
            "start": 827874692,
            "stop": 827879157
        },
        {
            "start": 827883073,
            "stop": 827885473
        },
        {
            "start": 827885524,
            "stop": 827885527
        },
        {
            "start": 827885800,
            "stop": 827902560
        },
        {
            "start": 827903292,
            "stop": 827907553
        },
        {
            "start": 827910250,
            "stop": 827912113
        }
    ]
}