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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8363",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8364,
    "results": [
        {
            "start": 874731592,
            "stop": 874731593
        },
        {
            "start": 874731612,
            "stop": 874731692
        },
        {
            "start": 874731709,
            "stop": 874732173
        },
        {
            "start": 874732190,
            "stop": 874732206
        },
        {
            "start": 874732226,
            "stop": 874732355
        },
        {
            "start": 874732374,
            "stop": 874732440
        },
        {
            "start": 874732500,
            "stop": 874732857
        },
        {
            "start": 874732877,
            "stop": 874733390
        },
        {
            "start": 874733407,
            "stop": 874734120
        },
        {
            "start": 874734180,
            "stop": 874734240
        },
        {
            "start": 874734720,
            "stop": 874734780
        },
        {
            "start": 874734960,
            "stop": 874735020
        },
        {
            "start": 874735080,
            "stop": 874735320
        },
        {
            "start": 874735380,
            "stop": 874735456
        },
        {
            "start": 874735475,
            "stop": 874735500
        },
        {
            "start": 874735560,
            "stop": 874735620
        },
        {
            "start": 874735740,
            "stop": 874735920
        },
        {
            "start": 874735980,
            "stop": 874736400
        },
        {
            "start": 874736460,
            "stop": 874736700
        },
        {
            "start": 874736760,
            "stop": 874736880
        }
    ]
}