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=402
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=403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=401",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 402,
    "results": [
        {
            "start": 818624315,
            "stop": 818624501
        },
        {
            "start": 818625923,
            "stop": 818631804
        },
        {
            "start": 818633808,
            "stop": 818633923
        },
        {
            "start": 818633925,
            "stop": 818634051
        },
        {
            "start": 818634525,
            "stop": 818637646
        },
        {
            "start": 818637648,
            "stop": 818637684
        },
        {
            "start": 818638317,
            "stop": 818639055
        },
        {
            "start": 818639066,
            "stop": 818639067
        },
        {
            "start": 818639187,
            "stop": 818639519
        },
        {
            "start": 818639658,
            "stop": 818639941
        },
        {
            "start": 818639943,
            "stop": 818640004
        },
        {
            "start": 818640140,
            "stop": 818641032
        },
        {
            "start": 818641034,
            "stop": 818641042
        },
        {
            "start": 818641612,
            "stop": 818642314
        },
        {
            "start": 818642317,
            "stop": 818642319
        },
        {
            "start": 818642325,
            "stop": 818642792
        },
        {
            "start": 818642796,
            "stop": 818642864
        },
        {
            "start": 818642939,
            "stop": 818643188
        },
        {
            "start": 818643196,
            "stop": 818643198
        },
        {
            "start": 818643201,
            "stop": 818643205
        }
    ]
}