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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=282",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 283,
    "results": [
        {
            "start": 818367452,
            "stop": 818367688
        },
        {
            "start": 818367709,
            "stop": 818367759
        },
        {
            "start": 818367783,
            "stop": 818367813
        },
        {
            "start": 818367854,
            "stop": 818367869
        },
        {
            "start": 818367902,
            "stop": 818367908
        },
        {
            "start": 818367932,
            "stop": 818367943
        },
        {
            "start": 818368020,
            "stop": 818368203
        },
        {
            "start": 818368272,
            "stop": 818368318
        },
        {
            "start": 818368337,
            "stop": 818368378
        },
        {
            "start": 818368473,
            "stop": 818368483
        },
        {
            "start": 818368532,
            "stop": 818368640
        },
        {
            "start": 818368698,
            "stop": 818368720
        },
        {
            "start": 818368743,
            "stop": 818368802
        },
        {
            "start": 818368849,
            "stop": 818368893
        },
        {
            "start": 818368913,
            "stop": 818368919
        },
        {
            "start": 818368938,
            "stop": 818368956
        },
        {
            "start": 818369009,
            "stop": 818369013
        },
        {
            "start": 818369033,
            "stop": 818369034
        },
        {
            "start": 818369063,
            "stop": 818369076
        },
        {
            "start": 818369097,
            "stop": 818369160
        }
    ]
}