Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=70
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=69",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 70,
    "results": [
        {
            "start": 1404840465,
            "stop": 1404841040
        },
        {
            "start": 1404843621,
            "stop": 1404853897
        },
        {
            "start": 1404853900,
            "stop": 1404861947
        },
        {
            "start": 1404861950,
            "stop": 1404861980
        },
        {
            "start": 1404861985,
            "stop": 1404863609
        },
        {
            "start": 1404868953,
            "stop": 1404874229
        },
        {
            "start": 1404874232,
            "stop": 1404878069
        },
        {
            "start": 1404878074,
            "stop": 1404889523
        },
        {
            "start": 1404889525,
            "stop": 1404898776
        },
        {
            "start": 1404898781,
            "stop": 1404914785
        },
        {
            "start": 1404914788,
            "stop": 1404917590
        },
        {
            "start": 1404920610,
            "stop": 1404922822
        },
        {
            "start": 1404922825,
            "stop": 1404924371
        },
        {
            "start": 1404924374,
            "stop": 1404931350
        },
        {
            "start": 1404931355,
            "stop": 1404933406
        },
        {
            "start": 1404935108,
            "stop": 1404941202
        },
        {
            "start": 1404941204,
            "stop": 1404942331
        },
        {
            "start": 1404951842,
            "stop": 1404952167
        },
        {
            "start": 1404952171,
            "stop": 1404959212
        },
        {
            "start": 1404959215,
            "stop": 1404969879
        }
    ]
}