Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5362
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5363",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5361",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5362,
    "results": [
        {
            "start": 971449305,
            "stop": 971449317
        },
        {
            "start": 971449320,
            "stop": 971449371
        },
        {
            "start": 971449374,
            "stop": 971449399
        },
        {
            "start": 971449402,
            "stop": 971449573
        },
        {
            "start": 971449576,
            "stop": 971449681
        },
        {
            "start": 971449684,
            "stop": 971449705
        },
        {
            "start": 971449708,
            "stop": 971449712
        },
        {
            "start": 971449715,
            "stop": 971449724
        },
        {
            "start": 971449727,
            "stop": 971449821
        },
        {
            "start": 971449824,
            "stop": 971449842
        },
        {
            "start": 971449845,
            "stop": 971449855
        },
        {
            "start": 971449858,
            "stop": 971449919
        },
        {
            "start": 971449922,
            "stop": 971450076
        },
        {
            "start": 971450079,
            "stop": 971450080
        },
        {
            "start": 971450083,
            "stop": 971450115
        },
        {
            "start": 971450118,
            "stop": 971450219
        },
        {
            "start": 971450222,
            "stop": 971450263
        },
        {
            "start": 971450266,
            "stop": 971450274
        },
        {
            "start": 971450277,
            "stop": 971450318
        },
        {
            "start": 971450322,
            "stop": 971450350
        }
    ]
}