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=7040
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=7041",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7039",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7040,
    "results": [
        {
            "start": 874145183,
            "stop": 874145224
        },
        {
            "start": 874145229,
            "stop": 874145284
        },
        {
            "start": 874145287,
            "stop": 874145309
        },
        {
            "start": 874145312,
            "stop": 874145330
        },
        {
            "start": 874145333,
            "stop": 874145339
        },
        {
            "start": 874145342,
            "stop": 874145359
        },
        {
            "start": 874145370,
            "stop": 874145474
        },
        {
            "start": 874145477,
            "stop": 874145479
        },
        {
            "start": 874145482,
            "stop": 874145485
        },
        {
            "start": 874145488,
            "stop": 874145495
        },
        {
            "start": 874145498,
            "stop": 874145502
        },
        {
            "start": 874145505,
            "stop": 874145519
        },
        {
            "start": 874145522,
            "stop": 874145547
        },
        {
            "start": 874145553,
            "stop": 874145554
        },
        {
            "start": 874145557,
            "stop": 874145559
        },
        {
            "start": 874145562,
            "stop": 874145568
        },
        {
            "start": 874145571,
            "stop": 874145576
        },
        {
            "start": 874145579,
            "stop": 874145588
        },
        {
            "start": 874145591,
            "stop": 874145594
        },
        {
            "start": 874145600,
            "stop": 874145602
        }
    ]
}