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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=270",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 271,
    "results": [
        {
            "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
        },
        {
            "start": 931474705,
            "stop": 931474759
        },
        {
            "start": 931474884,
            "stop": 931474939
        },
        {
            "start": 931474942,
            "stop": 931474953
        },
        {
            "start": 931474955,
            "stop": 931475083
        },
        {
            "start": 931475101,
            "stop": 931475111
        }
    ]
}