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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=167",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 168,
    "results": [
        {
            "start": 816859730,
            "stop": 816859733
        },
        {
            "start": 816859744,
            "stop": 816859745
        },
        {
            "start": 816859758,
            "stop": 816859759
        },
        {
            "start": 816859775,
            "stop": 816859781
        },
        {
            "start": 816859787,
            "stop": 816859796
        },
        {
            "start": 816859802,
            "stop": 816859809
        },
        {
            "start": 816859819,
            "stop": 816859823
        },
        {
            "start": 816859838,
            "stop": 816859860
        },
        {
            "start": 816859866,
            "stop": 816859908
        },
        {
            "start": 816859920,
            "stop": 816859922
        },
        {
            "start": 816859929,
            "stop": 816860045
        },
        {
            "start": 816860051,
            "stop": 816860151
        },
        {
            "start": 816860155,
            "stop": 816860164
        },
        {
            "start": 816860167,
            "stop": 816860205
        },
        {
            "start": 816860209,
            "stop": 816860349
        },
        {
            "start": 816860354,
            "stop": 816860357
        },
        {
            "start": 816860362,
            "stop": 816860363
        },
        {
            "start": 816860372,
            "stop": 816860379
        },
        {
            "start": 816860383,
            "stop": 816860385
        },
        {
            "start": 816860389,
            "stop": 816860394
        }
    ]
}