Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=220
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=219",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 220,
    "results": [
        {
            "start": 1126871856,
            "stop": 1126871858
        },
        {
            "start": 1126871859,
            "stop": 1126871864
        },
        {
            "start": 1126871866,
            "stop": 1126871885
        },
        {
            "start": 1126871886,
            "stop": 1126871887
        },
        {
            "start": 1126871888,
            "stop": 1126871890
        },
        {
            "start": 1126871891,
            "stop": 1126871892
        },
        {
            "start": 1126871894,
            "stop": 1126871897
        },
        {
            "start": 1126872077,
            "stop": 1126872083
        },
        {
            "start": 1126872084,
            "stop": 1126872111
        },
        {
            "start": 1126872112,
            "stop": 1126872119
        },
        {
            "start": 1126872120,
            "stop": 1126872189
        },
        {
            "start": 1126872190,
            "stop": 1126872225
        },
        {
            "start": 1126872232,
            "stop": 1126872369
        },
        {
            "start": 1126872371,
            "stop": 1126872417
        },
        {
            "start": 1126872419,
            "stop": 1126872421
        },
        {
            "start": 1126872423,
            "stop": 1126872424
        },
        {
            "start": 1126872426,
            "stop": 1126872427
        },
        {
            "start": 1126872428,
            "stop": 1126872444
        },
        {
            "start": 1126872446,
            "stop": 1126872460
        },
        {
            "start": 1126872461,
            "stop": 1126872462
        }
    ]
}