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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=102",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 103,
    "results": [
        {
            "start": 818059576,
            "stop": 818059578
        },
        {
            "start": 818059581,
            "stop": 818059589
        },
        {
            "start": 818059593,
            "stop": 818059596
        },
        {
            "start": 818059599,
            "stop": 818059625
        },
        {
            "start": 818059628,
            "stop": 818059668
        },
        {
            "start": 818059671,
            "stop": 818059673
        },
        {
            "start": 818059678,
            "stop": 818059680
        },
        {
            "start": 818059687,
            "stop": 818059689
        },
        {
            "start": 818059694,
            "stop": 818059695
        },
        {
            "start": 818059701,
            "stop": 818059719
        },
        {
            "start": 818059724,
            "stop": 818059740
        },
        {
            "start": 818059743,
            "stop": 818059751
        },
        {
            "start": 818059757,
            "stop": 818059760
        },
        {
            "start": 818059765,
            "stop": 818059785
        },
        {
            "start": 818059789,
            "stop": 818059790
        },
        {
            "start": 818059793,
            "stop": 818059797
        },
        {
            "start": 818059800,
            "stop": 818059818
        },
        {
            "start": 818059821,
            "stop": 818059833
        },
        {
            "start": 818059838,
            "stop": 818059839
        },
        {
            "start": 818059845,
            "stop": 818059851
        }
    ]
}