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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7472",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7470",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7471,
    "results": [
        {
            "start": 970154317,
            "stop": 970154358
        },
        {
            "start": 970154384,
            "stop": 970155206
        },
        {
            "start": 970155209,
            "stop": 970155270
        },
        {
            "start": 970155296,
            "stop": 970155342
        },
        {
            "start": 970155348,
            "stop": 970155353
        },
        {
            "start": 970155359,
            "stop": 970155829
        },
        {
            "start": 970155847,
            "stop": 970156411
        },
        {
            "start": 970156414,
            "stop": 970156545
        },
        {
            "start": 970156548,
            "stop": 970156596
        },
        {
            "start": 970156602,
            "stop": 970156621
        },
        {
            "start": 970156627,
            "stop": 970156651
        },
        {
            "start": 970156659,
            "stop": 970156909
        },
        {
            "start": 970156912,
            "stop": 970157080
        },
        {
            "start": 970157083,
            "stop": 970158217
        },
        {
            "start": 970158223,
            "stop": 970158232
        },
        {
            "start": 970158242,
            "stop": 970158649
        },
        {
            "start": 970158652,
            "stop": 970158855
        },
        {
            "start": 970158858,
            "stop": 970158882
        },
        {
            "start": 970158903,
            "stop": 970159716
        },
        {
            "start": 970159719,
            "stop": 970160088
        }
    ]
}