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=15767
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=15768",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15766",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15767,
    "results": [
        {
            "start": 971169784,
            "stop": 971169788
        },
        {
            "start": 971169791,
            "stop": 971169792
        },
        {
            "start": 971169793,
            "stop": 971169797
        },
        {
            "start": 971169799,
            "stop": 971169800
        },
        {
            "start": 971169803,
            "stop": 971169805
        },
        {
            "start": 971169810,
            "stop": 971169813
        },
        {
            "start": 971169823,
            "stop": 971169824
        },
        {
            "start": 971169834,
            "stop": 971169836
        },
        {
            "start": 971169837,
            "stop": 971169839
        },
        {
            "start": 971169842,
            "stop": 971169843
        },
        {
            "start": 971169844,
            "stop": 971169850
        },
        {
            "start": 971169851,
            "stop": 971169854
        },
        {
            "start": 971169855,
            "stop": 971169859
        },
        {
            "start": 971169860,
            "stop": 971169864
        },
        {
            "start": 971169868,
            "stop": 971169870
        },
        {
            "start": 971169871,
            "stop": 971169872
        },
        {
            "start": 971169873,
            "stop": 971169874
        },
        {
            "start": 971169879,
            "stop": 971169880
        },
        {
            "start": 971169882,
            "stop": 971169885
        },
        {
            "start": 971169887,
            "stop": 971169888
        }
    ]
}