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/O2/timelines/L1_BURST_CAT2/segments?format=api&page=366
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=365",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 366,
    "results": [
        {
            "start": 1177540520,
            "stop": 1177540567
        },
        {
            "start": 1177540570,
            "stop": 1177540577
        },
        {
            "start": 1177540582,
            "stop": 1177540589
        },
        {
            "start": 1177540590,
            "stop": 1177541065
        },
        {
            "start": 1177541070,
            "stop": 1177541077
        },
        {
            "start": 1177541083,
            "stop": 1177541091
        },
        {
            "start": 1177541096,
            "stop": 1177541105
        },
        {
            "start": 1177541106,
            "stop": 1177541379
        },
        {
            "start": 1177541383,
            "stop": 1177541388
        },
        {
            "start": 1177541394,
            "stop": 1177541401
        },
        {
            "start": 1177541405,
            "stop": 1177541415
        },
        {
            "start": 1177541417,
            "stop": 1177541427
        },
        {
            "start": 1177541428,
            "stop": 1177541438
        },
        {
            "start": 1177541444,
            "stop": 1177541449
        },
        {
            "start": 1177541454,
            "stop": 1177541482
        },
        {
            "start": 1177541486,
            "stop": 1177541556
        },
        {
            "start": 1177541563,
            "stop": 1177541567
        },
        {
            "start": 1177654218,
            "stop": 1177656078
        },
        {
            "start": 1177658599,
            "stop": 1177659235
        },
        {
            "start": 1177659236,
            "stop": 1177659255
        }
    ]
}