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=6023
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=6024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6022",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6023,
    "results": [
        {
            "start": 873603386,
            "stop": 873603938
        },
        {
            "start": 873603941,
            "stop": 873604173
        },
        {
            "start": 873604176,
            "stop": 873604236
        },
        {
            "start": 873604239,
            "stop": 873604261
        },
        {
            "start": 873604264,
            "stop": 873604296
        },
        {
            "start": 873604299,
            "stop": 873604310
        },
        {
            "start": 873604313,
            "stop": 873604328
        },
        {
            "start": 873604331,
            "stop": 873604352
        },
        {
            "start": 873604355,
            "stop": 873604369
        },
        {
            "start": 873604372,
            "stop": 873604407
        },
        {
            "start": 873604410,
            "stop": 873604429
        },
        {
            "start": 873604432,
            "stop": 873604439
        },
        {
            "start": 873604442,
            "stop": 873604443
        },
        {
            "start": 873604446,
            "stop": 873604493
        },
        {
            "start": 873604496,
            "stop": 873604514
        },
        {
            "start": 873604517,
            "stop": 873604617
        },
        {
            "start": 873604621,
            "stop": 873604623
        },
        {
            "start": 873604630,
            "stop": 873604683
        },
        {
            "start": 873604686,
            "stop": 873604697
        },
        {
            "start": 873604700,
            "stop": 873604704
        }
    ]
}