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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5216",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5217,
    "results": [
        {
            "start": 875128835,
            "stop": 875128836
        },
        {
            "start": 875128843,
            "stop": 875128899
        },
        {
            "start": 875128906,
            "stop": 875128911
        },
        {
            "start": 875128918,
            "stop": 875128934
        },
        {
            "start": 875128941,
            "stop": 875129060
        },
        {
            "start": 875129067,
            "stop": 875129091
        },
        {
            "start": 875129098,
            "stop": 875129187
        },
        {
            "start": 875129194,
            "stop": 875129235
        },
        {
            "start": 875129242,
            "stop": 875129252
        },
        {
            "start": 875129260,
            "stop": 875129277
        },
        {
            "start": 875129284,
            "stop": 875129359
        },
        {
            "start": 875129369,
            "stop": 875129380
        },
        {
            "start": 875129388,
            "stop": 875129400
        },
        {
            "start": 875129413,
            "stop": 875129423
        },
        {
            "start": 875129431,
            "stop": 875129501
        },
        {
            "start": 875129508,
            "stop": 875129541
        },
        {
            "start": 875129548,
            "stop": 875129565
        },
        {
            "start": 875129572,
            "stop": 875129614
        },
        {
            "start": 875129621,
            "stop": 875129697
        },
        {
            "start": 875129705,
            "stop": 875129742
        }
    ]
}