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=5098
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=5099",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5097",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5098,
    "results": [
        {
            "start": 874675955,
            "stop": 874675967
        },
        {
            "start": 874675986,
            "stop": 874676032
        },
        {
            "start": 874676052,
            "stop": 874676097
        },
        {
            "start": 874676116,
            "stop": 874676155
        },
        {
            "start": 874676175,
            "stop": 874676188
        },
        {
            "start": 874676207,
            "stop": 874676236
        },
        {
            "start": 874676255,
            "stop": 874676332
        },
        {
            "start": 874676351,
            "stop": 874676355
        },
        {
            "start": 874676374,
            "stop": 874676449
        },
        {
            "start": 874676468,
            "stop": 874676524
        },
        {
            "start": 874676543,
            "stop": 874676557
        },
        {
            "start": 874676576,
            "stop": 874676593
        },
        {
            "start": 874676612,
            "stop": 874676745
        },
        {
            "start": 874676766,
            "stop": 874676798
        },
        {
            "start": 874676817,
            "stop": 874677054
        },
        {
            "start": 874677073,
            "stop": 874677098
        },
        {
            "start": 874677117,
            "stop": 874677169
        },
        {
            "start": 874677194,
            "stop": 874677220
        },
        {
            "start": 874677240,
            "stop": 874677250
        },
        {
            "start": 874677269,
            "stop": 874677332
        }
    ]
}