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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1890",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1888",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1889,
    "results": [
        {
            "start": 970242799,
            "stop": 970244147
        },
        {
            "start": 970244148,
            "stop": 970244834
        },
        {
            "start": 970244835,
            "stop": 970248863
        },
        {
            "start": 970277660,
            "stop": 970281102
        },
        {
            "start": 970281103,
            "stop": 970287899
        },
        {
            "start": 970287900,
            "stop": 970294473
        },
        {
            "start": 970296010,
            "stop": 970305819
        },
        {
            "start": 970305820,
            "stop": 970306404
        },
        {
            "start": 970306405,
            "stop": 970317030
        },
        {
            "start": 970317032,
            "stop": 970318102
        },
        {
            "start": 970318103,
            "stop": 970319297
        },
        {
            "start": 970373425,
            "stop": 970380296
        },
        {
            "start": 970386032,
            "stop": 970390528
        },
        {
            "start": 970390530,
            "stop": 970405902
        },
        {
            "start": 970406244,
            "stop": 970406877
        },
        {
            "start": 970406878,
            "stop": 970408118
        },
        {
            "start": 970408119,
            "stop": 970408161
        },
        {
            "start": 970408399,
            "stop": 970411275
        },
        {
            "start": 970412781,
            "stop": 970412950
        },
        {
            "start": 970415035,
            "stop": 970421813
        }
    ]
}