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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4367",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4368,
    "results": [
        {
            "start": 874889177,
            "stop": 874889377
        },
        {
            "start": 874889396,
            "stop": 874889594
        },
        {
            "start": 874889613,
            "stop": 874889856
        },
        {
            "start": 874889875,
            "stop": 874889980
        },
        {
            "start": 874890000,
            "stop": 874890389
        },
        {
            "start": 874890408,
            "stop": 874890809
        },
        {
            "start": 874890829,
            "stop": 874891572
        },
        {
            "start": 874891592,
            "stop": 874891739
        },
        {
            "start": 874891758,
            "stop": 874892126
        },
        {
            "start": 874892145,
            "stop": 874892429
        },
        {
            "start": 874892448,
            "stop": 874893106
        },
        {
            "start": 874893126,
            "stop": 874893650
        },
        {
            "start": 874893669,
            "stop": 874893672
        },
        {
            "start": 874893691,
            "stop": 874893799
        },
        {
            "start": 874893947,
            "stop": 874894201
        },
        {
            "start": 874894220,
            "stop": 874894505
        },
        {
            "start": 874894625,
            "stop": 874896000
        },
        {
            "start": 874896060,
            "stop": 874896747
        },
        {
            "start": 874896867,
            "stop": 874898434
        },
        {
            "start": 874898554,
            "stop": 874900071
        }
    ]
}