Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33166
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33165",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33166,
    "results": [
        {
            "start": 970724532,
            "stop": 970724734
        },
        {
            "start": 970731804,
            "stop": 970731844
        },
        {
            "start": 970731847,
            "stop": 970731982
        },
        {
            "start": 970731985,
            "stop": 970732169
        },
        {
            "start": 970732170,
            "stop": 970732246
        },
        {
            "start": 970732247,
            "stop": 970732298
        },
        {
            "start": 970732301,
            "stop": 970732331
        },
        {
            "start": 970732334,
            "stop": 970732426
        },
        {
            "start": 970732427,
            "stop": 970732902
        },
        {
            "start": 970732903,
            "stop": 970733113
        },
        {
            "start": 970733116,
            "stop": 970733161
        },
        {
            "start": 970733164,
            "stop": 970733505
        },
        {
            "start": 970733506,
            "stop": 970733604
        },
        {
            "start": 970733605,
            "stop": 970733720
        },
        {
            "start": 970733723,
            "stop": 970733777
        },
        {
            "start": 970733779,
            "stop": 970733809
        },
        {
            "start": 970733810,
            "stop": 970733908
        },
        {
            "start": 970733910,
            "stop": 970733968
        },
        {
            "start": 970733973,
            "stop": 970734181
        },
        {
            "start": 970734184,
            "stop": 970734211
        }
    ]
}