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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=194",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 195,
    "results": [
        {
            "start": 931439692,
            "stop": 931439713
        },
        {
            "start": 931439715,
            "stop": 931439746
        },
        {
            "start": 931439748,
            "stop": 931439749
        },
        {
            "start": 931439752,
            "stop": 931439758
        },
        {
            "start": 931439760,
            "stop": 931439792
        },
        {
            "start": 931439794,
            "stop": 931439798
        },
        {
            "start": 931439800,
            "stop": 931439803
        },
        {
            "start": 931439805,
            "stop": 931439806
        },
        {
            "start": 931439810,
            "stop": 931439815
        },
        {
            "start": 931439817,
            "stop": 931439916
        },
        {
            "start": 931439918,
            "stop": 931440011
        },
        {
            "start": 931440013,
            "stop": 931440021
        },
        {
            "start": 931440023,
            "stop": 931440137
        },
        {
            "start": 931440139,
            "stop": 931440159
        },
        {
            "start": 931440162,
            "stop": 931440212
        },
        {
            "start": 931440216,
            "stop": 931440291
        },
        {
            "start": 931440293,
            "stop": 931440363
        },
        {
            "start": 931440365,
            "stop": 931440387
        },
        {
            "start": 931440389,
            "stop": 931440436
        },
        {
            "start": 931440438,
            "stop": 931440682
        }
    ]
}