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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10186",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10187,
    "results": [
        {
            "start": 873841182,
            "stop": 873841183
        },
        {
            "start": 873841190,
            "stop": 873841197
        },
        {
            "start": 873841205,
            "stop": 873841534
        },
        {
            "start": 873841556,
            "stop": 873841830
        },
        {
            "start": 873841838,
            "stop": 873841878
        },
        {
            "start": 873841886,
            "stop": 873842108
        },
        {
            "start": 873842116,
            "stop": 873842154
        },
        {
            "start": 873842161,
            "stop": 873842418
        },
        {
            "start": 873842425,
            "stop": 873842604
        },
        {
            "start": 873842612,
            "stop": 873842617
        },
        {
            "start": 873842626,
            "stop": 873842911
        },
        {
            "start": 873842919,
            "stop": 873842986
        },
        {
            "start": 873842994,
            "stop": 873843058
        },
        {
            "start": 873843065,
            "stop": 873843120
        },
        {
            "start": 873843180,
            "stop": 873843523
        },
        {
            "start": 873843538,
            "stop": 873843758
        },
        {
            "start": 873843766,
            "stop": 873843840
        },
        {
            "start": 873843847,
            "stop": 873843900
        },
        {
            "start": 873843960,
            "stop": 873844110
        },
        {
            "start": 873844118,
            "stop": 873844555
        }
    ]
}