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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8155",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8156,
    "results": [
        {
            "start": 970987396,
            "stop": 970987559
        },
        {
            "start": 970987572,
            "stop": 970987668
        },
        {
            "start": 970987671,
            "stop": 970988045
        },
        {
            "start": 970988048,
            "stop": 970988066
        },
        {
            "start": 970988069,
            "stop": 970988086
        },
        {
            "start": 970988089,
            "stop": 970988429
        },
        {
            "start": 970988432,
            "stop": 970988581
        },
        {
            "start": 970988584,
            "stop": 970988608
        },
        {
            "start": 970988611,
            "stop": 970988777
        },
        {
            "start": 970988780,
            "stop": 970988809
        },
        {
            "start": 970988812,
            "stop": 970988832
        },
        {
            "start": 970988835,
            "stop": 970988893
        },
        {
            "start": 970988896,
            "stop": 970988992
        },
        {
            "start": 970988995,
            "stop": 970989016
        },
        {
            "start": 970989019,
            "stop": 970989063
        },
        {
            "start": 970989066,
            "stop": 970989067
        },
        {
            "start": 970989070,
            "stop": 970989109
        },
        {
            "start": 970989112,
            "stop": 970989130
        },
        {
            "start": 970989133,
            "stop": 970989205
        },
        {
            "start": 970989208,
            "stop": 970989229
        }
    ]
}