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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14471",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14469",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14470,
    "results": [
        {
            "start": 971578395,
            "stop": 971578399
        },
        {
            "start": 971578401,
            "stop": 971578408
        },
        {
            "start": 971578410,
            "stop": 971578411
        },
        {
            "start": 971578412,
            "stop": 971578438
        },
        {
            "start": 971578441,
            "stop": 971578488
        },
        {
            "start": 971578491,
            "stop": 971578635
        },
        {
            "start": 971578637,
            "stop": 971578669
        },
        {
            "start": 971578674,
            "stop": 971578687
        },
        {
            "start": 971578688,
            "stop": 971578889
        },
        {
            "start": 971578890,
            "stop": 971578918
        },
        {
            "start": 971578919,
            "stop": 971579125
        },
        {
            "start": 971579126,
            "stop": 971579134
        },
        {
            "start": 971579137,
            "stop": 971579224
        },
        {
            "start": 971579226,
            "stop": 971579284
        },
        {
            "start": 971579287,
            "stop": 971579510
        },
        {
            "start": 971579511,
            "stop": 971579681
        },
        {
            "start": 971579683,
            "stop": 971579971
        },
        {
            "start": 971579973,
            "stop": 971580149
        },
        {
            "start": 971580152,
            "stop": 971580408
        },
        {
            "start": 971580409,
            "stop": 971580645
        }
    ]
}