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=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=199",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 200,
    "results": [
        {
            "start": 818209314,
            "stop": 818209316
        },
        {
            "start": 818209319,
            "stop": 818209322
        },
        {
            "start": 818209331,
            "stop": 818209332
        },
        {
            "start": 818209340,
            "stop": 818209341
        },
        {
            "start": 818209347,
            "stop": 818209352
        },
        {
            "start": 818209357,
            "stop": 818209359
        },
        {
            "start": 818209363,
            "stop": 818209366
        },
        {
            "start": 818209369,
            "stop": 818209373
        },
        {
            "start": 818209380,
            "stop": 818209388
        },
        {
            "start": 818209404,
            "stop": 818209405
        },
        {
            "start": 818209413,
            "stop": 818209414
        },
        {
            "start": 818209419,
            "stop": 818209421
        },
        {
            "start": 818209449,
            "stop": 818209451
        },
        {
            "start": 818209460,
            "stop": 818209470
        },
        {
            "start": 818209479,
            "stop": 818209484
        },
        {
            "start": 818209499,
            "stop": 818209500
        },
        {
            "start": 818209521,
            "stop": 818209523
        },
        {
            "start": 818209526,
            "stop": 818209527
        },
        {
            "start": 818209531,
            "stop": 818209536
        },
        {
            "start": 818209545,
            "stop": 818209552
        }
    ]
}