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=5251
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=5252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5250",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5251,
    "results": [
        {
            "start": 875210983,
            "stop": 875210984
        },
        {
            "start": 875210991,
            "stop": 875211062
        },
        {
            "start": 875211076,
            "stop": 875211116
        },
        {
            "start": 875211123,
            "stop": 875211166
        },
        {
            "start": 875211174,
            "stop": 875211178
        },
        {
            "start": 875211187,
            "stop": 875211196
        },
        {
            "start": 875211214,
            "stop": 875211236
        },
        {
            "start": 875211244,
            "stop": 875211285
        },
        {
            "start": 875211293,
            "stop": 875211304
        },
        {
            "start": 875211311,
            "stop": 875211398
        },
        {
            "start": 875211405,
            "stop": 875211410
        },
        {
            "start": 875211418,
            "stop": 875211495
        },
        {
            "start": 875211503,
            "stop": 875211541
        },
        {
            "start": 875211548,
            "stop": 875211642
        },
        {
            "start": 875211649,
            "stop": 875211664
        },
        {
            "start": 875211671,
            "stop": 875211731
        },
        {
            "start": 875211739,
            "stop": 875211783
        },
        {
            "start": 875211790,
            "stop": 875211864
        },
        {
            "start": 875211871,
            "stop": 875211888
        },
        {
            "start": 875211895,
            "stop": 875211944
        }
    ]
}