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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=728",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=726",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 727,
    "results": [
        {
            "start": 865154460,
            "stop": 865181786
        },
        {
            "start": 865183088,
            "stop": 865183413
        },
        {
            "start": 865183414,
            "stop": 865183415
        },
        {
            "start": 865196704,
            "stop": 865196728
        },
        {
            "start": 865197432,
            "stop": 865198261
        },
        {
            "start": 865199093,
            "stop": 865199193
        },
        {
            "start": 865199194,
            "stop": 865199277
        },
        {
            "start": 865199280,
            "stop": 865199376
        },
        {
            "start": 865218434,
            "stop": 865220627
        },
        {
            "start": 865220628,
            "stop": 865269740
        },
        {
            "start": 865270260,
            "stop": 865281951
        },
        {
            "start": 865297518,
            "stop": 865303433
        },
        {
            "start": 865303436,
            "stop": 865330278
        },
        {
            "start": 865332938,
            "stop": 865345166
        },
        {
            "start": 865356001,
            "stop": 865361366
        },
        {
            "start": 865361367,
            "stop": 865361563
        },
        {
            "start": 865362492,
            "stop": 865362569
        },
        {
            "start": 865362969,
            "stop": 865364585
        },
        {
            "start": 865367802,
            "stop": 865370615
        },
        {
            "start": 865370616,
            "stop": 865373528
        }
    ]
}