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=5266
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=5267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5265",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5266,
    "results": [
        {
            "start": 875223641,
            "stop": 875223684
        },
        {
            "start": 875223691,
            "stop": 875223708
        },
        {
            "start": 875223723,
            "stop": 875223810
        },
        {
            "start": 875223823,
            "stop": 875223837
        },
        {
            "start": 875223844,
            "stop": 875223864
        },
        {
            "start": 875223871,
            "stop": 875223880
        },
        {
            "start": 875223888,
            "stop": 875223901
        },
        {
            "start": 875223908,
            "stop": 875223939
        },
        {
            "start": 875223950,
            "stop": 875223964
        },
        {
            "start": 875223972,
            "stop": 875223994
        },
        {
            "start": 875224001,
            "stop": 875224010
        },
        {
            "start": 875224017,
            "stop": 875224030
        },
        {
            "start": 875224048,
            "stop": 875224078
        },
        {
            "start": 875224086,
            "stop": 875224092
        },
        {
            "start": 875224099,
            "stop": 875224178
        },
        {
            "start": 875224185,
            "stop": 875224224
        },
        {
            "start": 875224231,
            "stop": 875224308
        },
        {
            "start": 875224315,
            "stop": 875224396
        },
        {
            "start": 875224403,
            "stop": 875224420
        },
        {
            "start": 875224434,
            "stop": 875224460
        }
    ]
}