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_BURST_CAT3/segments?format=api&page=218
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=217",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 218,
    "results": [
        {
            "start": 818209292,
            "stop": 818209295
        },
        {
            "start": 818209299,
            "stop": 818209304
        },
        {
            "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": 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
        }
    ]
}