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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10115",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10116,
    "results": [
        {
            "start": 873446539,
            "stop": 873446545
        },
        {
            "start": 873446630,
            "stop": 873446674
        },
        {
            "start": 873448661,
            "stop": 873448860
        },
        {
            "start": 873448877,
            "stop": 873449007
        },
        {
            "start": 873449063,
            "stop": 873449272
        },
        {
            "start": 873449311,
            "stop": 873449663
        },
        {
            "start": 873449706,
            "stop": 873449734
        },
        {
            "start": 873449770,
            "stop": 873450641
        },
        {
            "start": 873450682,
            "stop": 873450986
        },
        {
            "start": 873451022,
            "stop": 873451032
        },
        {
            "start": 873451049,
            "stop": 873452468
        },
        {
            "start": 873452504,
            "stop": 873452546
        },
        {
            "start": 873452584,
            "stop": 873453072
        },
        {
            "start": 873453108,
            "stop": 873453160
        },
        {
            "start": 873453168,
            "stop": 873453186
        },
        {
            "start": 873453203,
            "stop": 873453265
        },
        {
            "start": 873453282,
            "stop": 873453310
        },
        {
            "start": 873453346,
            "stop": 873454256
        },
        {
            "start": 873454263,
            "stop": 873455398
        },
        {
            "start": 873455415,
            "stop": 873456167
        }
    ]
}