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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=123",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 124,
    "results": [
        {
            "start": 932657434,
            "stop": 932657500
        },
        {
            "start": 932657557,
            "stop": 932657575
        },
        {
            "start": 932657593,
            "stop": 932657613
        },
        {
            "start": 932657754,
            "stop": 932657777
        },
        {
            "start": 932657899,
            "stop": 932657917
        },
        {
            "start": 932657962,
            "stop": 932657968
        },
        {
            "start": 932658019,
            "stop": 932658027
        },
        {
            "start": 932658045,
            "stop": 932658048
        },
        {
            "start": 932658256,
            "stop": 932658281
        },
        {
            "start": 932658389,
            "stop": 932658390
        },
        {
            "start": 932658559,
            "stop": 932658574
        },
        {
            "start": 932658586,
            "stop": 932658624
        },
        {
            "start": 932658654,
            "stop": 932658668
        },
        {
            "start": 932658731,
            "stop": 932658734
        },
        {
            "start": 932658765,
            "stop": 932658777
        },
        {
            "start": 932658813,
            "stop": 932658828
        },
        {
            "start": 932658862,
            "stop": 932658864
        },
        {
            "start": 932658883,
            "stop": 932658936
        },
        {
            "start": 932658987,
            "stop": 932659048
        },
        {
            "start": 932659126,
            "stop": 932659260
        }
    ]
}