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=3855
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=3856",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3854",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3855,
    "results": [
        {
            "start": 873703763,
            "stop": 873703767
        },
        {
            "start": 873703768,
            "stop": 873703772
        },
        {
            "start": 873703774,
            "stop": 873703838
        },
        {
            "start": 873703840,
            "stop": 873705232
        },
        {
            "start": 873705233,
            "stop": 873705245
        },
        {
            "start": 873705246,
            "stop": 873705269
        },
        {
            "start": 873706807,
            "stop": 873708420
        },
        {
            "start": 873708480,
            "stop": 873708535
        },
        {
            "start": 873711097,
            "stop": 873711124
        },
        {
            "start": 873711127,
            "stop": 873711894
        },
        {
            "start": 873711897,
            "stop": 873711903
        },
        {
            "start": 873711910,
            "stop": 873711911
        },
        {
            "start": 873711915,
            "stop": 873711919
        },
        {
            "start": 873711923,
            "stop": 873712619
        },
        {
            "start": 873712622,
            "stop": 873715628
        },
        {
            "start": 873715631,
            "stop": 873715636
        },
        {
            "start": 873715639,
            "stop": 873715712
        },
        {
            "start": 873715715,
            "stop": 873715741
        },
        {
            "start": 873715746,
            "stop": 873715854
        },
        {
            "start": 873715857,
            "stop": 873715894
        }
    ]
}