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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=539",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=537",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 538,
    "results": [
        {
            "start": 970489915,
            "stop": 970490225
        },
        {
            "start": 970490227,
            "stop": 970490437
        },
        {
            "start": 970490439,
            "stop": 970490714
        },
        {
            "start": 970490716,
            "stop": 970490718
        },
        {
            "start": 970490720,
            "stop": 970490856
        },
        {
            "start": 970490858,
            "stop": 970490998
        },
        {
            "start": 970491001,
            "stop": 970491141
        },
        {
            "start": 970491143,
            "stop": 970491239
        },
        {
            "start": 970491241,
            "stop": 970491345
        },
        {
            "start": 970491348,
            "stop": 970491367
        },
        {
            "start": 970491369,
            "stop": 970491393
        },
        {
            "start": 970491394,
            "stop": 970491440
        },
        {
            "start": 970491442,
            "stop": 970491467
        },
        {
            "start": 970491469,
            "stop": 970491481
        },
        {
            "start": 970491483,
            "stop": 970491501
        },
        {
            "start": 970491502,
            "stop": 970491539
        },
        {
            "start": 970491541,
            "stop": 970491562
        },
        {
            "start": 970491564,
            "stop": 970491582
        },
        {
            "start": 970491583,
            "stop": 970491607
        },
        {
            "start": 970491608,
            "stop": 970491615
        }
    ]
}