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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=37",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 38,
    "results": [
        {
            "start": 817232406,
            "stop": 817232531
        },
        {
            "start": 817232533,
            "stop": 817232699
        },
        {
            "start": 817232701,
            "stop": 817232720
        },
        {
            "start": 817232721,
            "stop": 817232724
        },
        {
            "start": 817232726,
            "stop": 817232764
        },
        {
            "start": 817232766,
            "stop": 817232770
        },
        {
            "start": 817241993,
            "stop": 817242110
        },
        {
            "start": 817242113,
            "stop": 817242118
        },
        {
            "start": 817242122,
            "stop": 817242138
        },
        {
            "start": 817242144,
            "stop": 817242199
        },
        {
            "start": 817243345,
            "stop": 817244825
        },
        {
            "start": 817244828,
            "stop": 817245294
        },
        {
            "start": 817245298,
            "stop": 817245495
        },
        {
            "start": 817245498,
            "stop": 817246346
        },
        {
            "start": 817246349,
            "stop": 817246701
        },
        {
            "start": 817246704,
            "stop": 817247518
        },
        {
            "start": 817247524,
            "stop": 817247534
        },
        {
            "start": 817247538,
            "stop": 817247562
        },
        {
            "start": 817247566,
            "stop": 817247590
        },
        {
            "start": 817248222,
            "stop": 817248358
        }
    ]
}