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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4857",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4855",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4856,
    "results": [
        {
            "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
        },
        {
            "start": 971450354,
            "stop": 971450396
        },
        {
            "start": 971450400,
            "stop": 971450408
        },
        {
            "start": 971450411,
            "stop": 971450470
        },
        {
            "start": 971450473,
            "stop": 971450526
        },
        {
            "start": 971450529,
            "stop": 971450538
        },
        {
            "start": 971450541,
            "stop": 971450752
        }
    ]
}