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=3780
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=3781",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3779",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3780,
    "results": [
        {
            "start": 874366080,
            "stop": 874366200
        },
        {
            "start": 874366260,
            "stop": 874366380
        },
        {
            "start": 874366440,
            "stop": 874366560
        },
        {
            "start": 874366620,
            "stop": 874366740
        },
        {
            "start": 874366800,
            "stop": 874367100
        },
        {
            "start": 874367160,
            "stop": 874367202
        },
        {
            "start": 874367205,
            "stop": 874367220
        },
        {
            "start": 874367280,
            "stop": 874367313
        },
        {
            "start": 874367317,
            "stop": 874367356
        },
        {
            "start": 874367373,
            "stop": 874367460
        },
        {
            "start": 874367580,
            "stop": 874367880
        },
        {
            "start": 874368120,
            "stop": 874368161
        },
        {
            "start": 874368178,
            "stop": 874368240
        },
        {
            "start": 874368360,
            "stop": 874368480
        },
        {
            "start": 874368540,
            "stop": 874368660
        },
        {
            "start": 874368720,
            "stop": 874368780
        },
        {
            "start": 874368960,
            "stop": 874369140
        },
        {
            "start": 874369260,
            "stop": 874369560
        },
        {
            "start": 874369620,
            "stop": 874370100
        },
        {
            "start": 874370220,
            "stop": 874370940
        }
    ]
}