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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=57",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 58,
    "results": [
        {
            "start": 817580071,
            "stop": 817580629
        },
        {
            "start": 817580708,
            "stop": 817581828
        },
        {
            "start": 817581845,
            "stop": 817582214
        },
        {
            "start": 817582233,
            "stop": 817582576
        },
        {
            "start": 817582593,
            "stop": 817582799
        },
        {
            "start": 817582860,
            "stop": 817582931
        },
        {
            "start": 817582948,
            "stop": 817583400
        },
        {
            "start": 817583460,
            "stop": 817583643
        },
        {
            "start": 817583660,
            "stop": 817583804
        },
        {
            "start": 817583821,
            "stop": 817584659
        },
        {
            "start": 817584676,
            "stop": 817584960
        },
        {
            "start": 817585020,
            "stop": 817587900
        },
        {
            "start": 817588020,
            "stop": 817588380
        },
        {
            "start": 817588440,
            "stop": 817588535
        },
        {
            "start": 817588538,
            "stop": 817590960
        },
        {
            "start": 817591020,
            "stop": 817591177
        },
        {
            "start": 817591198,
            "stop": 817591200
        },
        {
            "start": 817591320,
            "stop": 817591860
        },
        {
            "start": 817591920,
            "stop": 817592463
        },
        {
            "start": 817594520,
            "stop": 817595880
        }
    ]
}