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=6063
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=6064",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6062",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6063,
    "results": [
        {
            "start": 873816960,
            "stop": 873817085
        },
        {
            "start": 873817086,
            "stop": 873817360
        },
        {
            "start": 873817361,
            "stop": 873817438
        },
        {
            "start": 873817441,
            "stop": 873817601
        },
        {
            "start": 873817607,
            "stop": 873818398
        },
        {
            "start": 873818400,
            "stop": 873818494
        },
        {
            "start": 873818495,
            "stop": 873818687
        },
        {
            "start": 873818688,
            "stop": 873819132
        },
        {
            "start": 873819133,
            "stop": 873819180
        },
        {
            "start": 873819181,
            "stop": 873819343
        },
        {
            "start": 873819346,
            "stop": 873819420
        },
        {
            "start": 873819480,
            "stop": 873819528
        },
        {
            "start": 873819529,
            "stop": 873819544
        },
        {
            "start": 873819545,
            "stop": 873819546
        },
        {
            "start": 873819548,
            "stop": 873819550
        },
        {
            "start": 873819551,
            "stop": 873819552
        },
        {
            "start": 873819553,
            "stop": 873819758
        },
        {
            "start": 873819759,
            "stop": 873819764
        },
        {
            "start": 873819766,
            "stop": 873819768
        },
        {
            "start": 873819769,
            "stop": 873819772
        }
    ]
}