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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=204",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 205,
    "results": [
        {
            "start": 817725864,
            "stop": 817725894
        },
        {
            "start": 817725929,
            "stop": 817725989
        },
        {
            "start": 817726020,
            "stop": 817726450
        },
        {
            "start": 817726474,
            "stop": 817726619
        },
        {
            "start": 817726639,
            "stop": 817726663
        },
        {
            "start": 817726722,
            "stop": 817726743
        },
        {
            "start": 817726762,
            "stop": 817727645
        },
        {
            "start": 817727664,
            "stop": 817727690
        },
        {
            "start": 817727709,
            "stop": 817727717
        },
        {
            "start": 817727737,
            "stop": 817729106
        },
        {
            "start": 817729125,
            "stop": 817729533
        },
        {
            "start": 817729552,
            "stop": 817729558
        },
        {
            "start": 817729577,
            "stop": 817731571
        },
        {
            "start": 817731601,
            "stop": 817734104
        },
        {
            "start": 817734124,
            "stop": 817736832
        },
        {
            "start": 817736853,
            "stop": 817736875
        },
        {
            "start": 817736895,
            "stop": 817737214
        },
        {
            "start": 817737247,
            "stop": 817737248
        },
        {
            "start": 817737269,
            "stop": 817738645
        },
        {
            "start": 817738670,
            "stop": 817738677
        }
    ]
}