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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6147",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6148,
    "results": [
        {
            "start": 874298125,
            "stop": 874298168
        },
        {
            "start": 874298171,
            "stop": 874298176
        },
        {
            "start": 874298179,
            "stop": 874298914
        },
        {
            "start": 874298917,
            "stop": 874298918
        },
        {
            "start": 874298924,
            "stop": 874299251
        },
        {
            "start": 874299254,
            "stop": 874299311
        },
        {
            "start": 874299315,
            "stop": 874299319
        },
        {
            "start": 874299322,
            "stop": 874299335
        },
        {
            "start": 874299338,
            "stop": 874299380
        },
        {
            "start": 874299383,
            "stop": 874300177
        },
        {
            "start": 874300178,
            "stop": 874300664
        },
        {
            "start": 874300665,
            "stop": 874302508
        },
        {
            "start": 874302509,
            "stop": 874302584
        },
        {
            "start": 874302586,
            "stop": 874302875
        },
        {
            "start": 874302878,
            "stop": 874303079
        },
        {
            "start": 874303082,
            "stop": 874303243
        },
        {
            "start": 874303244,
            "stop": 874303786
        },
        {
            "start": 874303789,
            "stop": 874304109
        },
        {
            "start": 874304112,
            "stop": 874304501
        },
        {
            "start": 874304504,
            "stop": 874304551
        }
    ]
}