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=266
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=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=265",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 266,
    "results": [
        {
            "start": 817990302,
            "stop": 817990319
        },
        {
            "start": 817990340,
            "stop": 817990371
        },
        {
            "start": 817990390,
            "stop": 817990405
        },
        {
            "start": 817990426,
            "stop": 817990454
        },
        {
            "start": 817990483,
            "stop": 817990484
        },
        {
            "start": 817990503,
            "stop": 817990729
        },
        {
            "start": 817990749,
            "stop": 817990853
        },
        {
            "start": 817990914,
            "stop": 817990950
        },
        {
            "start": 817990972,
            "stop": 817990985
        },
        {
            "start": 817991099,
            "stop": 817991100
        },
        {
            "start": 817991160,
            "stop": 817991161
        },
        {
            "start": 817991182,
            "stop": 817991183
        },
        {
            "start": 817991203,
            "stop": 817991230
        },
        {
            "start": 817991249,
            "stop": 817991302
        },
        {
            "start": 817991321,
            "stop": 817991349
        },
        {
            "start": 817991368,
            "stop": 817991556
        },
        {
            "start": 817991575,
            "stop": 817991580
        },
        {
            "start": 817991648,
            "stop": 817991694
        },
        {
            "start": 817991831,
            "stop": 817991833
        },
        {
            "start": 817991852,
            "stop": 817991856
        }
    ]
}