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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=379",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 380,
    "results": [
        {
            "start": 934858938,
            "stop": 934858959
        },
        {
            "start": 934858961,
            "stop": 934858967
        },
        {
            "start": 934858970,
            "stop": 934858984
        },
        {
            "start": 934858986,
            "stop": 934859014
        },
        {
            "start": 934859016,
            "stop": 934859020
        },
        {
            "start": 934859022,
            "stop": 934859037
        },
        {
            "start": 934859041,
            "stop": 934861073
        },
        {
            "start": 934861380,
            "stop": 934862560
        },
        {
            "start": 934862562,
            "stop": 934862585
        },
        {
            "start": 934862587,
            "stop": 934862615
        },
        {
            "start": 934862618,
            "stop": 934862638
        },
        {
            "start": 934862642,
            "stop": 934866158
        },
        {
            "start": 934866160,
            "stop": 934866162
        },
        {
            "start": 934866164,
            "stop": 934866186
        },
        {
            "start": 934866189,
            "stop": 934866196
        },
        {
            "start": 934866198,
            "stop": 934866221
        },
        {
            "start": 934866223,
            "stop": 934866237
        },
        {
            "start": 934866243,
            "stop": 934869241
        },
        {
            "start": 934869244,
            "stop": 934869522
        },
        {
            "start": 934883764,
            "stop": 934884169
        }
    ]
}