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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=564",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=562",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 563,
    "results": [
        {
            "start": 1185721810,
            "stop": 1185722985
        },
        {
            "start": 1185722988,
            "stop": 1185726333
        },
        {
            "start": 1185752705,
            "stop": 1185766356
        },
        {
            "start": 1185766360,
            "stop": 1185769751
        },
        {
            "start": 1185769755,
            "stop": 1185774443
        },
        {
            "start": 1185774447,
            "stop": 1185774610
        },
        {
            "start": 1185774614,
            "stop": 1185777704
        },
        {
            "start": 1185777707,
            "stop": 1185781216
        },
        {
            "start": 1185781219,
            "stop": 1185782852
        },
        {
            "start": 1185782856,
            "stop": 1185783912
        },
        {
            "start": 1185783916,
            "stop": 1185788129
        },
        {
            "start": 1185788130,
            "stop": 1185788138
        },
        {
            "start": 1185788139,
            "stop": 1185788147
        },
        {
            "start": 1185788150,
            "stop": 1185788160
        },
        {
            "start": 1185788940,
            "stop": 1185789324
        },
        {
            "start": 1185789327,
            "stop": 1185791820
        },
        {
            "start": 1185792300,
            "stop": 1185813793
        },
        {
            "start": 1185834867,
            "stop": 1185836640
        },
        {
            "start": 1185836643,
            "stop": 1185841547
        },
        {
            "start": 1185841548,
            "stop": 1185841560
        }
    ]
}