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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=20",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 21,
    "results": [
        {
            "start": 818164648,
            "stop": 818172854
        },
        {
            "start": 818174757,
            "stop": 818180106
        },
        {
            "start": 818181463,
            "stop": 818182071
        },
        {
            "start": 818182078,
            "stop": 818182081
        },
        {
            "start": 818188726,
            "stop": 818206514
        },
        {
            "start": 818207218,
            "stop": 818227407
        },
        {
            "start": 818227489,
            "stop": 818238925
        },
        {
            "start": 818244105,
            "stop": 818261521
        },
        {
            "start": 818263897,
            "stop": 818267552
        },
        {
            "start": 818270274,
            "stop": 818286925
        },
        {
            "start": 818290241,
            "stop": 818291458
        },
        {
            "start": 818292646,
            "stop": 818322390
        },
        {
            "start": 818324474,
            "stop": 818326545
        },
        {
            "start": 818327343,
            "stop": 818338838
        },
        {
            "start": 818340677,
            "stop": 818343192
        },
        {
            "start": 818344995,
            "stop": 818345495
        },
        {
            "start": 818345622,
            "stop": 818346864
        },
        {
            "start": 818349742,
            "stop": 818352313
        },
        {
            "start": 818355312,
            "stop": 818356319
        },
        {
            "start": 818358542,
            "stop": 818365825
        }
    ]
}