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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2491",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2489",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2490,
    "results": [
        {
            "start": 875218807,
            "stop": 875219183
        },
        {
            "start": 875219191,
            "stop": 875220120
        },
        {
            "start": 875220127,
            "stop": 875220209
        },
        {
            "start": 875220220,
            "stop": 875221419
        },
        {
            "start": 875221427,
            "stop": 875221943
        },
        {
            "start": 875221950,
            "stop": 875222516
        },
        {
            "start": 875222523,
            "stop": 875223495
        },
        {
            "start": 875223502,
            "stop": 875224856
        },
        {
            "start": 875224863,
            "stop": 875224951
        },
        {
            "start": 875224958,
            "stop": 875225370
        },
        {
            "start": 875225377,
            "stop": 875226026
        },
        {
            "start": 875226033,
            "stop": 875226066
        },
        {
            "start": 875226074,
            "stop": 875226875
        },
        {
            "start": 875226882,
            "stop": 875226890
        },
        {
            "start": 875226970,
            "stop": 875227074
        },
        {
            "start": 875227081,
            "stop": 875227108
        },
        {
            "start": 875227115,
            "stop": 875227332
        },
        {
            "start": 875227339,
            "stop": 875228380
        },
        {
            "start": 875228387,
            "stop": 875229467
        },
        {
            "start": 875229474,
            "stop": 875230068
        }
    ]
}