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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=270",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 271,
    "results": [
        {
            "start": 931473284,
            "stop": 931473297
        },
        {
            "start": 931473299,
            "stop": 931473372
        },
        {
            "start": 931473492,
            "stop": 931473501
        },
        {
            "start": 931473503,
            "stop": 931473509
        },
        {
            "start": 931473514,
            "stop": 931473523
        },
        {
            "start": 931473526,
            "stop": 931473600
        },
        {
            "start": 931473602,
            "stop": 931473615
        },
        {
            "start": 931473617,
            "stop": 931473638
        },
        {
            "start": 931473640,
            "stop": 931473781
        },
        {
            "start": 931473783,
            "stop": 931473994
        },
        {
            "start": 931473996,
            "stop": 931474031
        },
        {
            "start": 931474033,
            "stop": 931474097
        },
        {
            "start": 931474099,
            "stop": 931474113
        },
        {
            "start": 931474117,
            "stop": 931474157
        },
        {
            "start": 931474159,
            "stop": 931474188
        },
        {
            "start": 931474190,
            "stop": 931474237
        },
        {
            "start": 931474239,
            "stop": 931474556
        },
        {
            "start": 931474558,
            "stop": 931474621
        },
        {
            "start": 931474623,
            "stop": 931474632
        },
        {
            "start": 931474634,
            "stop": 931474687
        }
    ]
}