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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15841",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15839",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15840,
    "results": [
        {
            "start": 971180673,
            "stop": 971180681
        },
        {
            "start": 971180685,
            "stop": 971180687
        },
        {
            "start": 971180689,
            "stop": 971180690
        },
        {
            "start": 971180698,
            "stop": 971180699
        },
        {
            "start": 971180701,
            "stop": 971180707
        },
        {
            "start": 971180708,
            "stop": 971180712
        },
        {
            "start": 971180714,
            "stop": 971180716
        },
        {
            "start": 971180720,
            "stop": 971180723
        },
        {
            "start": 971180725,
            "stop": 971180730
        },
        {
            "start": 971180736,
            "stop": 971180737
        },
        {
            "start": 971180740,
            "stop": 971180747
        },
        {
            "start": 971180748,
            "stop": 971180749
        },
        {
            "start": 971180751,
            "stop": 971180752
        },
        {
            "start": 971180754,
            "stop": 971180757
        },
        {
            "start": 971180762,
            "stop": 971180763
        },
        {
            "start": 971180770,
            "stop": 971180772
        },
        {
            "start": 971180775,
            "stop": 971180778
        },
        {
            "start": 971180780,
            "stop": 971180781
        },
        {
            "start": 971180783,
            "stop": 971180785
        },
        {
            "start": 971180789,
            "stop": 971180791
        }
    ]
}