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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=307",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 308,
    "results": [
        {
            "start": 828900564,
            "stop": 828900565
        },
        {
            "start": 828900570,
            "stop": 828900573
        },
        {
            "start": 828900578,
            "stop": 828900579
        },
        {
            "start": 828900599,
            "stop": 828900603
        },
        {
            "start": 828900607,
            "stop": 828900609
        },
        {
            "start": 828900615,
            "stop": 828900616
        },
        {
            "start": 828900627,
            "stop": 828900628
        },
        {
            "start": 828900644,
            "stop": 828900645
        },
        {
            "start": 828900678,
            "stop": 828900679
        },
        {
            "start": 828900694,
            "stop": 828900696
        },
        {
            "start": 828900712,
            "stop": 828900714
        },
        {
            "start": 828900728,
            "stop": 828900729
        },
        {
            "start": 828900753,
            "stop": 828900754
        },
        {
            "start": 828900763,
            "stop": 828900764
        },
        {
            "start": 828900780,
            "stop": 828900781
        },
        {
            "start": 828900786,
            "stop": 828900787
        },
        {
            "start": 828900800,
            "stop": 828900803
        },
        {
            "start": 828900805,
            "stop": 828900807
        },
        {
            "start": 828900818,
            "stop": 828900820
        },
        {
            "start": 828900828,
            "stop": 828900829
        }
    ]
}