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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=42",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 43,
    "results": [
        {
            "start": 817240441,
            "stop": 817240534
        },
        {
            "start": 817240537,
            "stop": 817240539
        },
        {
            "start": 817240542,
            "stop": 817240752
        },
        {
            "start": 817240755,
            "stop": 817240855
        },
        {
            "start": 817240858,
            "stop": 817241044
        },
        {
            "start": 817241047,
            "stop": 817241680
        },
        {
            "start": 817241697,
            "stop": 817241703
        },
        {
            "start": 817241720,
            "stop": 817242022
        },
        {
            "start": 817242025,
            "stop": 817242282
        },
        {
            "start": 817242360,
            "stop": 817242723
        },
        {
            "start": 817242726,
            "stop": 817242909
        },
        {
            "start": 817242912,
            "stop": 817243248
        },
        {
            "start": 817244187,
            "stop": 817244771
        },
        {
            "start": 817244774,
            "stop": 817245342
        },
        {
            "start": 817245345,
            "stop": 817245477
        },
        {
            "start": 817245480,
            "stop": 817245707
        },
        {
            "start": 817245710,
            "stop": 817245937
        },
        {
            "start": 817247901,
            "stop": 817248194
        },
        {
            "start": 817248197,
            "stop": 817248963
        },
        {
            "start": 817248980,
            "stop": 817249003
        }
    ]
}