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/O2/timelines/H1_CBC_CAT3/segments?format=api&page=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=241",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 242,
    "results": [
        {
            "start": 1177753587,
            "stop": 1177753648
        },
        {
            "start": 1177753649,
            "stop": 1177753677
        },
        {
            "start": 1177753678,
            "stop": 1177754055
        },
        {
            "start": 1177754056,
            "stop": 1177754447
        },
        {
            "start": 1177754448,
            "stop": 1177755761
        },
        {
            "start": 1177755763,
            "stop": 1177755764
        },
        {
            "start": 1177755765,
            "stop": 1177755868
        },
        {
            "start": 1177755869,
            "stop": 1177755876
        },
        {
            "start": 1177755877,
            "stop": 1177755969
        },
        {
            "start": 1177755970,
            "stop": 1177756005
        },
        {
            "start": 1177756006,
            "stop": 1177756132
        },
        {
            "start": 1177756134,
            "stop": 1177756508
        },
        {
            "start": 1177756509,
            "stop": 1177757461
        },
        {
            "start": 1177757462,
            "stop": 1177757998
        },
        {
            "start": 1177758001,
            "stop": 1177758081
        },
        {
            "start": 1177758082,
            "stop": 1177758115
        },
        {
            "start": 1177758116,
            "stop": 1177758117
        },
        {
            "start": 1177758118,
            "stop": 1177758122
        },
        {
            "start": 1177758123,
            "stop": 1177758329
        },
        {
            "start": 1177758331,
            "stop": 1177758361
        }
    ]
}