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=196
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=197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=195",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 196,
    "results": [
        {
            "start": 931440684,
            "stop": 931440689
        },
        {
            "start": 931440691,
            "stop": 931440703
        },
        {
            "start": 931440705,
            "stop": 931440713
        },
        {
            "start": 931440715,
            "stop": 931440853
        },
        {
            "start": 931440855,
            "stop": 931440930
        },
        {
            "start": 931440932,
            "stop": 931441457
        },
        {
            "start": 931441459,
            "stop": 931441877
        },
        {
            "start": 931441878,
            "stop": 931442132
        },
        {
            "start": 931442134,
            "stop": 931442191
        },
        {
            "start": 931442193,
            "stop": 931442332
        },
        {
            "start": 931442334,
            "stop": 931442412
        },
        {
            "start": 931442414,
            "stop": 931442891
        },
        {
            "start": 931442893,
            "stop": 931443114
        },
        {
            "start": 931443116,
            "stop": 931443629
        },
        {
            "start": 931443631,
            "stop": 931443655
        },
        {
            "start": 931443657,
            "stop": 931443717
        },
        {
            "start": 931443719,
            "stop": 931443758
        },
        {
            "start": 931443760,
            "stop": 931444028
        },
        {
            "start": 931444030,
            "stop": 931444042
        },
        {
            "start": 931444044,
            "stop": 931444110
        }
    ]
}