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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8413",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8411",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8412,
    "results": [
        {
            "start": 875137710,
            "stop": 875138474
        },
        {
            "start": 875138491,
            "stop": 875138882
        },
        {
            "start": 875138901,
            "stop": 875139717
        },
        {
            "start": 875139737,
            "stop": 875141092
        },
        {
            "start": 875141597,
            "stop": 875142790
        },
        {
            "start": 875142809,
            "stop": 875142945
        },
        {
            "start": 875142963,
            "stop": 875143323
        },
        {
            "start": 875143575,
            "stop": 875144260
        },
        {
            "start": 875144279,
            "stop": 875145139
        },
        {
            "start": 875145159,
            "stop": 875145987
        },
        {
            "start": 875146006,
            "stop": 875147055
        },
        {
            "start": 875147072,
            "stop": 875148257
        },
        {
            "start": 875148276,
            "stop": 875148854
        },
        {
            "start": 875148871,
            "stop": 875149043
        },
        {
            "start": 875149060,
            "stop": 875149568
        },
        {
            "start": 875149588,
            "stop": 875149752
        },
        {
            "start": 875149872,
            "stop": 875149968
        },
        {
            "start": 875149985,
            "stop": 875150629
        },
        {
            "start": 875150648,
            "stop": 875151020
        },
        {
            "start": 875151037,
            "stop": 875151301
        }
    ]
}