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=16009
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=16010",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16008",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 16009,
    "results": [
        {
            "start": 971555318,
            "stop": 971555529
        },
        {
            "start": 971555532,
            "stop": 971555552
        },
        {
            "start": 971555555,
            "stop": 971555613
        },
        {
            "start": 971555616,
            "stop": 971555629
        },
        {
            "start": 971555633,
            "stop": 971555700
        },
        {
            "start": 971555737,
            "stop": 971556199
        },
        {
            "start": 971556200,
            "stop": 971556239
        },
        {
            "start": 971556242,
            "stop": 971556264
        },
        {
            "start": 971556267,
            "stop": 971556548
        },
        {
            "start": 971556551,
            "stop": 971556644
        },
        {
            "start": 971556646,
            "stop": 971556659
        },
        {
            "start": 971556660,
            "stop": 971556739
        },
        {
            "start": 971556742,
            "stop": 971556779
        },
        {
            "start": 971556782,
            "stop": 971556783
        },
        {
            "start": 971556787,
            "stop": 971556817
        },
        {
            "start": 971556819,
            "stop": 971556823
        },
        {
            "start": 971556825,
            "stop": 971556827
        },
        {
            "start": 971556828,
            "stop": 971556829
        },
        {
            "start": 971556832,
            "stop": 971556834
        },
        {
            "start": 971556835,
            "stop": 971556877
        }
    ]
}