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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7546",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7544",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7545,
    "results": [
        {
            "start": 970408228,
            "stop": 970408244
        },
        {
            "start": 970408247,
            "stop": 970408255
        },
        {
            "start": 970408258,
            "stop": 970408267
        },
        {
            "start": 970408270,
            "stop": 970408284
        },
        {
            "start": 970408324,
            "stop": 970408330
        },
        {
            "start": 970408335,
            "stop": 970408367
        },
        {
            "start": 970408371,
            "stop": 970408374
        },
        {
            "start": 970408377,
            "stop": 970408407
        },
        {
            "start": 970408410,
            "stop": 970408411
        },
        {
            "start": 970408415,
            "stop": 970408428
        },
        {
            "start": 970408434,
            "stop": 970408444
        },
        {
            "start": 970408644,
            "stop": 970408658
        },
        {
            "start": 970408661,
            "stop": 970408679
        },
        {
            "start": 970408682,
            "stop": 970408711
        },
        {
            "start": 970408714,
            "stop": 970408732
        },
        {
            "start": 970408735,
            "stop": 970408741
        },
        {
            "start": 970408969,
            "stop": 970408971
        },
        {
            "start": 970408982,
            "stop": 970409009
        },
        {
            "start": 970409013,
            "stop": 970409046
        },
        {
            "start": 970409056,
            "stop": 970409076
        }
    ]
}