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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=180",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 181,
    "results": [
        {
            "start": 818169112,
            "stop": 818169113
        },
        {
            "start": 818169125,
            "stop": 818169126
        },
        {
            "start": 818169129,
            "stop": 818169130
        },
        {
            "start": 818169145,
            "stop": 818169151
        },
        {
            "start": 818169163,
            "stop": 818169173
        },
        {
            "start": 818169176,
            "stop": 818169180
        },
        {
            "start": 818169185,
            "stop": 818169190
        },
        {
            "start": 818169208,
            "stop": 818169209
        },
        {
            "start": 818169215,
            "stop": 818169218
        },
        {
            "start": 818169221,
            "stop": 818169223
        },
        {
            "start": 818169231,
            "stop": 818169232
        },
        {
            "start": 818169239,
            "stop": 818169241
        },
        {
            "start": 818169247,
            "stop": 818169248
        },
        {
            "start": 818169270,
            "stop": 818169272
        },
        {
            "start": 818169281,
            "stop": 818169284
        },
        {
            "start": 818169296,
            "stop": 818169304
        },
        {
            "start": 818169310,
            "stop": 818169311
        },
        {
            "start": 818169323,
            "stop": 818169324
        },
        {
            "start": 818169330,
            "stop": 818169331
        },
        {
            "start": 818169335,
            "stop": 818169336
        }
    ]
}