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=6025
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=6026",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6024",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6025,
    "results": [
        {
            "start": 873606013,
            "stop": 873606017
        },
        {
            "start": 873606020,
            "stop": 873606101
        },
        {
            "start": 873606106,
            "stop": 873606177
        },
        {
            "start": 873606180,
            "stop": 873606191
        },
        {
            "start": 873606196,
            "stop": 873606197
        },
        {
            "start": 873606200,
            "stop": 873606201
        },
        {
            "start": 873606209,
            "stop": 873606218
        },
        {
            "start": 873606223,
            "stop": 873606251
        },
        {
            "start": 873606255,
            "stop": 873606321
        },
        {
            "start": 873606323,
            "stop": 873606380
        },
        {
            "start": 873606384,
            "stop": 873606387
        },
        {
            "start": 873606390,
            "stop": 873606399
        },
        {
            "start": 873606402,
            "stop": 873608414
        },
        {
            "start": 873608416,
            "stop": 873609617
        },
        {
            "start": 873609619,
            "stop": 873609880
        },
        {
            "start": 873609882,
            "stop": 873611111
        },
        {
            "start": 873613659,
            "stop": 873613660
        },
        {
            "start": 873613675,
            "stop": 873613676
        },
        {
            "start": 873613695,
            "stop": 873613697
        },
        {
            "start": 873613709,
            "stop": 873613710
        }
    ]
}