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=5991
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=5992",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5990",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5991,
    "results": [
        {
            "start": 873403037,
            "stop": 873403518
        },
        {
            "start": 873403521,
            "stop": 873403525
        },
        {
            "start": 873403528,
            "stop": 873403669
        },
        {
            "start": 873403670,
            "stop": 873404465
        },
        {
            "start": 873404466,
            "stop": 873404764
        },
        {
            "start": 873404767,
            "stop": 873404890
        },
        {
            "start": 873404892,
            "stop": 873405060
        },
        {
            "start": 873405065,
            "stop": 873405640
        },
        {
            "start": 873405643,
            "stop": 873405992
        },
        {
            "start": 873405995,
            "stop": 873406001
        },
        {
            "start": 873406004,
            "stop": 873406005
        },
        {
            "start": 873406013,
            "stop": 873406034
        },
        {
            "start": 873406040,
            "stop": 873406046
        },
        {
            "start": 873406055,
            "stop": 873406063
        },
        {
            "start": 873406066,
            "stop": 873406068
        },
        {
            "start": 873406071,
            "stop": 873406088
        },
        {
            "start": 873406091,
            "stop": 873406176
        },
        {
            "start": 873406181,
            "stop": 873406185
        },
        {
            "start": 873406188,
            "stop": 873406189
        },
        {
            "start": 873406195,
            "stop": 873406279
        }
    ]
}