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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7359",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7357",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7358,
    "results": [
        {
            "start": 969402328,
            "stop": 969402370
        },
        {
            "start": 969402373,
            "stop": 969402407
        },
        {
            "start": 969402467,
            "stop": 969402482
        },
        {
            "start": 969402485,
            "stop": 969402487
        },
        {
            "start": 969402490,
            "stop": 969402637
        },
        {
            "start": 969402640,
            "stop": 969402646
        },
        {
            "start": 969402649,
            "stop": 969402656
        },
        {
            "start": 969402659,
            "stop": 969402709
        },
        {
            "start": 969402712,
            "stop": 969402723
        },
        {
            "start": 969402726,
            "stop": 969402743
        },
        {
            "start": 969402746,
            "stop": 969402759
        },
        {
            "start": 969402762,
            "stop": 969402802
        },
        {
            "start": 969402805,
            "stop": 969402848
        },
        {
            "start": 969402851,
            "stop": 969402960
        },
        {
            "start": 969402963,
            "stop": 969403048
        },
        {
            "start": 969403069,
            "stop": 969403261
        },
        {
            "start": 969403264,
            "stop": 969403273
        },
        {
            "start": 969403276,
            "stop": 969403282
        },
        {
            "start": 969403285,
            "stop": 969403295
        },
        {
            "start": 969403298,
            "stop": 969403299
        }
    ]
}