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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=125",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 126,
    "results": [
        {
            "start": 837651239,
            "stop": 837651579
        },
        {
            "start": 837651649,
            "stop": 837651876
        },
        {
            "start": 837652412,
            "stop": 837652617
        },
        {
            "start": 837652897,
            "stop": 837653837
        },
        {
            "start": 837654079,
            "stop": 837654200
        },
        {
            "start": 837655707,
            "stop": 837655937
        },
        {
            "start": 837656314,
            "stop": 837656400
        },
        {
            "start": 837656580,
            "stop": 837673942
        },
        {
            "start": 837674956,
            "stop": 837691508
        },
        {
            "start": 837692407,
            "stop": 837696964
        },
        {
            "start": 837697651,
            "stop": 837711444
        },
        {
            "start": 837711496,
            "stop": 837717378
        },
        {
            "start": 837717460,
            "stop": 837758705
        },
        {
            "start": 837759973,
            "stop": 837761196
        },
        {
            "start": 837762107,
            "stop": 837762165
        },
        {
            "start": 837763301,
            "stop": 837777920
        },
        {
            "start": 837779016,
            "stop": 837780763
        },
        {
            "start": 837780844,
            "stop": 837783595
        },
        {
            "start": 837783718,
            "stop": 837784044
        },
        {
            "start": 837784404,
            "stop": 837786083
        }
    ]
}