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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=459",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=457",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 458,
    "results": [
        {
            "start": 818770817,
            "stop": 818770819
        },
        {
            "start": 818770836,
            "stop": 818770842
        },
        {
            "start": 818770874,
            "stop": 818770875
        },
        {
            "start": 818770879,
            "stop": 818770880
        },
        {
            "start": 818770883,
            "stop": 818770887
        },
        {
            "start": 818770893,
            "stop": 818770895
        },
        {
            "start": 818770913,
            "stop": 818770915
        },
        {
            "start": 818770938,
            "stop": 818770944
        },
        {
            "start": 818770999,
            "stop": 818771005
        },
        {
            "start": 818771008,
            "stop": 818771018
        },
        {
            "start": 818777674,
            "stop": 818779009
        },
        {
            "start": 818779012,
            "stop": 818779147
        },
        {
            "start": 818779150,
            "stop": 818779403
        },
        {
            "start": 818779585,
            "stop": 818779720
        },
        {
            "start": 818779816,
            "stop": 818780411
        },
        {
            "start": 818780414,
            "stop": 818781072
        },
        {
            "start": 818793736,
            "stop": 818794411
        },
        {
            "start": 818794949,
            "stop": 818795989
        },
        {
            "start": 818811645,
            "stop": 818818325
        },
        {
            "start": 818818522,
            "stop": 818827923
        }
    ]
}