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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=565",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=563",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 564,
    "results": [
        {
            "start": 1185844432,
            "stop": 1185847240
        },
        {
            "start": 1185847244,
            "stop": 1185851453
        },
        {
            "start": 1185851456,
            "stop": 1185854532
        },
        {
            "start": 1185855240,
            "stop": 1185858447
        },
        {
            "start": 1185858450,
            "stop": 1185864683
        },
        {
            "start": 1185864687,
            "stop": 1185874756
        },
        {
            "start": 1185874760,
            "stop": 1185877157
        },
        {
            "start": 1185877161,
            "stop": 1185898427
        },
        {
            "start": 1185898431,
            "stop": 1185898649
        },
        {
            "start": 1185908559,
            "stop": 1185911448
        },
        {
            "start": 1185911452,
            "stop": 1185912190
        },
        {
            "start": 1185912193,
            "stop": 1185912475
        },
        {
            "start": 1185917125,
            "stop": 1185917208
        },
        {
            "start": 1185919460,
            "stop": 1185919620
        },
        {
            "start": 1185919762,
            "stop": 1185920556
        },
        {
            "start": 1185920559,
            "stop": 1185924698
        },
        {
            "start": 1185927698,
            "stop": 1185927743
        },
        {
            "start": 1185928396,
            "stop": 1185931495
        },
        {
            "start": 1185931499,
            "stop": 1185935428
        },
        {
            "start": 1185937818,
            "stop": 1185937902
        }
    ]
}