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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5202",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5203,
    "results": [
        {
            "start": 875199194,
            "stop": 875199210
        },
        {
            "start": 875199242,
            "stop": 875199271
        },
        {
            "start": 875199292,
            "stop": 875199298
        },
        {
            "start": 875199317,
            "stop": 875199331
        },
        {
            "start": 875199350,
            "stop": 875199351
        },
        {
            "start": 875199370,
            "stop": 875199390
        },
        {
            "start": 875199409,
            "stop": 875199445
        },
        {
            "start": 875199464,
            "stop": 875199500
        },
        {
            "start": 875199519,
            "stop": 875199575
        },
        {
            "start": 875199602,
            "stop": 875199664
        },
        {
            "start": 875199686,
            "stop": 875199717
        },
        {
            "start": 875199740,
            "stop": 875199741
        },
        {
            "start": 875199760,
            "stop": 875199788
        },
        {
            "start": 875199807,
            "stop": 875199812
        },
        {
            "start": 875199835,
            "stop": 875199917
        },
        {
            "start": 875199946,
            "stop": 875199960
        },
        {
            "start": 875199979,
            "stop": 875199985
        },
        {
            "start": 875200012,
            "stop": 875200046
        },
        {
            "start": 875200066,
            "stop": 875200135
        },
        {
            "start": 875200160,
            "stop": 875200374
        }
    ]
}