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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=195",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 196,
    "results": [
        {
            "start": 818209230,
            "stop": 818209232
        },
        {
            "start": 818209237,
            "stop": 818209239
        },
        {
            "start": 818209244,
            "stop": 818209246
        },
        {
            "start": 818209278,
            "stop": 818209282
        },
        {
            "start": 818209288,
            "stop": 818209289
        },
        {
            "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": 818209419,
            "stop": 818209421
        },
        {
            "start": 818209449,
            "stop": 818209451
        }
    ]
}