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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8148",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8149,
    "results": [
        {
            "start": 873113717,
            "stop": 873113732
        },
        {
            "start": 873113762,
            "stop": 873113781
        },
        {
            "start": 873113800,
            "stop": 873113805
        },
        {
            "start": 873113824,
            "stop": 873113856
        },
        {
            "start": 873113902,
            "stop": 873113913
        },
        {
            "start": 873113932,
            "stop": 873113968
        },
        {
            "start": 873113989,
            "stop": 873113995
        },
        {
            "start": 873114014,
            "stop": 873114032
        },
        {
            "start": 873114086,
            "stop": 873114101
        },
        {
            "start": 873114167,
            "stop": 873114296
        },
        {
            "start": 873114455,
            "stop": 873114710
        },
        {
            "start": 873114727,
            "stop": 873114827
        },
        {
            "start": 873114846,
            "stop": 873114981
        },
        {
            "start": 873115000,
            "stop": 873115261
        },
        {
            "start": 873115278,
            "stop": 873115344
        },
        {
            "start": 873115363,
            "stop": 873115399
        },
        {
            "start": 873115418,
            "stop": 873115516
        },
        {
            "start": 873115535,
            "stop": 873115546
        },
        {
            "start": 873115567,
            "stop": 873115602
        },
        {
            "start": 873115622,
            "stop": 873115769
        }
    ]
}