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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5112",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5113,
    "results": [
        {
            "start": 873444572,
            "stop": 873444729
        },
        {
            "start": 873444765,
            "stop": 873444830
        },
        {
            "start": 873444891,
            "stop": 873445341
        },
        {
            "start": 873445377,
            "stop": 873445386
        },
        {
            "start": 873445434,
            "stop": 873445486
        },
        {
            "start": 873445581,
            "stop": 873446531
        },
        {
            "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": 873453073
        },
        {
            "start": 873453108,
            "stop": 873453160
        }
    ]
}