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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=409",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=407",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 408,
    "results": [
        {
            "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": 1185836642,
            "stop": 1185841547
        },
        {
            "start": 1185841548,
            "stop": 1185841560
        },
        {
            "start": 1185844432,
            "stop": 1185854532
        },
        {
            "start": 1185855240,
            "stop": 1185858447
        },
        {
            "start": 1185858449,
            "stop": 1185898649
        },
        {
            "start": 1185908559,
            "stop": 1185912190
        },
        {
            "start": 1185912193,
            "stop": 1185912475
        },
        {
            "start": 1185917125,
            "stop": 1185917208
        },
        {
            "start": 1185919460,
            "stop": 1185919620
        },
        {
            "start": 1185919762,
            "stop": 1185920556
        },
        {
            "start": 1185920558,
            "stop": 1185924698
        },
        {
            "start": 1185927698,
            "stop": 1185927743
        },
        {
            "start": 1185928396,
            "stop": 1185935428
        },
        {
            "start": 1185937818,
            "stop": 1185937902
        }
    ]
}