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=9936
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=9937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9935",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9936,
    "results": [
        {
            "start": 870945759,
            "stop": 870946011
        },
        {
            "start": 870946019,
            "stop": 870946024
        },
        {
            "start": 870946031,
            "stop": 870946038
        },
        {
            "start": 870946046,
            "stop": 870946080
        },
        {
            "start": 870946140,
            "stop": 870946204
        },
        {
            "start": 870946211,
            "stop": 870946481
        },
        {
            "start": 870946489,
            "stop": 870946819
        },
        {
            "start": 870946836,
            "stop": 870947219
        },
        {
            "start": 870947226,
            "stop": 870948582
        },
        {
            "start": 870948590,
            "stop": 870948914
        },
        {
            "start": 870948922,
            "stop": 870949585
        },
        {
            "start": 870949592,
            "stop": 870949608
        },
        {
            "start": 870949615,
            "stop": 870950110
        },
        {
            "start": 870950117,
            "stop": 870950217
        },
        {
            "start": 870950225,
            "stop": 870950340
        },
        {
            "start": 870950400,
            "stop": 870951412
        },
        {
            "start": 870951429,
            "stop": 870953181
        },
        {
            "start": 870953189,
            "stop": 870953820
        },
        {
            "start": 870953880,
            "stop": 870954324
        },
        {
            "start": 870954342,
            "stop": 870954645
        }
    ]
}