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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9842",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9840",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9841,
    "results": [
        {
            "start": 874017060,
            "stop": 874017120
        },
        {
            "start": 874017241,
            "stop": 874017264
        },
        {
            "start": 874017267,
            "stop": 874017280
        },
        {
            "start": 874017284,
            "stop": 874017300
        },
        {
            "start": 874018080,
            "stop": 874018089
        },
        {
            "start": 874018092,
            "stop": 874018200
        },
        {
            "start": 874019232,
            "stop": 874019280
        },
        {
            "start": 874019340,
            "stop": 874019400
        },
        {
            "start": 874021080,
            "stop": 874021140
        },
        {
            "start": 874021320,
            "stop": 874021380
        },
        {
            "start": 874021860,
            "stop": 874021912
        },
        {
            "start": 874022160,
            "stop": 874022220
        },
        {
            "start": 874025520,
            "stop": 874025547
        },
        {
            "start": 874025564,
            "stop": 874025640
        },
        {
            "start": 874025880,
            "stop": 874025924
        },
        {
            "start": 874026180,
            "stop": 874026240
        },
        {
            "start": 874026480,
            "stop": 874026540
        },
        {
            "start": 874026600,
            "stop": 874026660
        },
        {
            "start": 874026720,
            "stop": 874026840
        },
        {
            "start": 874026912,
            "stop": 874026960
        }
    ]
}