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=331
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=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=330",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 331,
    "results": [
        {
            "start": 818250203,
            "stop": 818250207
        },
        {
            "start": 818250211,
            "stop": 818250214
        },
        {
            "start": 818250217,
            "stop": 818250218
        },
        {
            "start": 818250222,
            "stop": 818250224
        },
        {
            "start": 818250227,
            "stop": 818250228
        },
        {
            "start": 818250239,
            "stop": 818250241
        },
        {
            "start": 818250245,
            "stop": 818250250
        },
        {
            "start": 818250258,
            "stop": 818250260
        },
        {
            "start": 818250276,
            "stop": 818250284
        },
        {
            "start": 818250292,
            "stop": 818250294
        },
        {
            "start": 818250314,
            "stop": 818250316
        },
        {
            "start": 818250322,
            "stop": 818250323
        },
        {
            "start": 818250329,
            "stop": 818250330
        },
        {
            "start": 818250343,
            "stop": 818250345
        },
        {
            "start": 818250349,
            "stop": 818250355
        },
        {
            "start": 818250361,
            "stop": 818250362
        },
        {
            "start": 818250369,
            "stop": 818250370
        },
        {
            "start": 818250373,
            "stop": 818250377
        },
        {
            "start": 818250383,
            "stop": 818250385
        },
        {
            "start": 818250392,
            "stop": 818250394
        }
    ]
}