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=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=5",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 6,
    "results": [
        {
            "start": 815209889,
            "stop": 815209891
        },
        {
            "start": 815209899,
            "stop": 815209920
        },
        {
            "start": 815209927,
            "stop": 815209929
        },
        {
            "start": 815209937,
            "stop": 815209961
        },
        {
            "start": 815209968,
            "stop": 815209992
        },
        {
            "start": 815210000,
            "stop": 815210010
        },
        {
            "start": 815210013,
            "stop": 815210019
        },
        {
            "start": 815210023,
            "stop": 815210033
        },
        {
            "start": 815210037,
            "stop": 815210050
        },
        {
            "start": 815210057,
            "stop": 815210086
        },
        {
            "start": 815210090,
            "stop": 815210156
        },
        {
            "start": 815210166,
            "stop": 815210174
        },
        {
            "start": 815210188,
            "stop": 815210211
        },
        {
            "start": 815210219,
            "stop": 815210233
        },
        {
            "start": 815210247,
            "stop": 815210270
        },
        {
            "start": 815210277,
            "stop": 815210292
        },
        {
            "start": 815210296,
            "stop": 815210342
        },
        {
            "start": 815210356,
            "stop": 815210438
        },
        {
            "start": 815210445,
            "stop": 815210534
        },
        {
            "start": 815210541,
            "stop": 815210602
        }
    ]
}