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=15701
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=15702",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15700",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15701,
    "results": [
        {
            "start": 971162777,
            "stop": 971162779
        },
        {
            "start": 971162781,
            "stop": 971162786
        },
        {
            "start": 971162787,
            "stop": 971162788
        },
        {
            "start": 971162789,
            "stop": 971162793
        },
        {
            "start": 971162794,
            "stop": 971162797
        },
        {
            "start": 971162800,
            "stop": 971162801
        },
        {
            "start": 971162806,
            "stop": 971162809
        },
        {
            "start": 971162811,
            "stop": 971162813
        },
        {
            "start": 971162815,
            "stop": 971162817
        },
        {
            "start": 971162819,
            "stop": 971162823
        },
        {
            "start": 971162824,
            "stop": 971162826
        },
        {
            "start": 971162828,
            "stop": 971162829
        },
        {
            "start": 971162831,
            "stop": 971162832
        },
        {
            "start": 971162834,
            "stop": 971162835
        },
        {
            "start": 971162836,
            "stop": 971162840
        },
        {
            "start": 971162842,
            "stop": 971162845
        },
        {
            "start": 971162846,
            "stop": 971162847
        },
        {
            "start": 971162850,
            "stop": 971162852
        },
        {
            "start": 971162854,
            "stop": 971162860
        },
        {
            "start": 971162864,
            "stop": 971162868
        }
    ]
}