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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=62",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 63,
    "results": [
        {
            "start": 817726631,
            "stop": 817726671
        },
        {
            "start": 817726674,
            "stop": 817726675
        },
        {
            "start": 817726681,
            "stop": 817726683
        },
        {
            "start": 817726686,
            "stop": 817726698
        },
        {
            "start": 817726701,
            "stop": 817726711
        },
        {
            "start": 817726714,
            "stop": 817726751
        },
        {
            "start": 817726754,
            "stop": 817727653
        },
        {
            "start": 817727656,
            "stop": 817727698
        },
        {
            "start": 817727701,
            "stop": 817727725
        },
        {
            "start": 817727729,
            "stop": 817729541
        },
        {
            "start": 817729544,
            "stop": 817729566
        },
        {
            "start": 817729569,
            "stop": 817736840
        },
        {
            "start": 817736845,
            "stop": 817736883
        },
        {
            "start": 817736887,
            "stop": 817737222
        },
        {
            "start": 817737225,
            "stop": 817737229
        },
        {
            "start": 817737233,
            "stop": 817737236
        },
        {
            "start": 817737239,
            "stop": 817737256
        },
        {
            "start": 817737261,
            "stop": 817738653
        },
        {
            "start": 817738656,
            "stop": 817738657
        },
        {
            "start": 817738662,
            "stop": 817738685
        }
    ]
}