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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4921",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4919",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4920,
    "results": [
        {
            "start": 874295291,
            "stop": 874295340
        },
        {
            "start": 874295360,
            "stop": 874295480
        },
        {
            "start": 874295515,
            "stop": 874295598
        },
        {
            "start": 874295618,
            "stop": 874295635
        },
        {
            "start": 874295654,
            "stop": 874295693
        },
        {
            "start": 874295761,
            "stop": 874295801
        },
        {
            "start": 874295820,
            "stop": 874295861
        },
        {
            "start": 874295880,
            "stop": 874296170
        },
        {
            "start": 874296195,
            "stop": 874296403
        },
        {
            "start": 874296422,
            "stop": 874296505
        },
        {
            "start": 874296524,
            "stop": 874296603
        },
        {
            "start": 874296622,
            "stop": 874296737
        },
        {
            "start": 874296757,
            "stop": 874296812
        },
        {
            "start": 874296836,
            "stop": 874296878
        },
        {
            "start": 874296897,
            "stop": 874296914
        },
        {
            "start": 874296933,
            "stop": 874296951
        },
        {
            "start": 874296973,
            "stop": 874297348
        },
        {
            "start": 874297367,
            "stop": 874297495
        },
        {
            "start": 874297514,
            "stop": 874297668
        },
        {
            "start": 874297691,
            "stop": 874297726
        }
    ]
}