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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16770",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16768",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16769,
    "results": [
        {
            "start": 875107186,
            "stop": 875107218
        },
        {
            "start": 875107219,
            "stop": 875107220
        },
        {
            "start": 875107221,
            "stop": 875107233
        },
        {
            "start": 875107234,
            "stop": 875107236
        },
        {
            "start": 875107239,
            "stop": 875107248
        },
        {
            "start": 875107253,
            "stop": 875107272
        },
        {
            "start": 875107273,
            "stop": 875107293
        },
        {
            "start": 875107301,
            "stop": 875107358
        },
        {
            "start": 875107359,
            "stop": 875107409
        },
        {
            "start": 875107410,
            "stop": 875107433
        },
        {
            "start": 875107438,
            "stop": 875107467
        },
        {
            "start": 875107468,
            "stop": 875107474
        },
        {
            "start": 875107477,
            "stop": 875107478
        },
        {
            "start": 875107482,
            "stop": 875107484
        },
        {
            "start": 875107485,
            "stop": 875107488
        },
        {
            "start": 875107501,
            "stop": 875107504
        },
        {
            "start": 875107505,
            "stop": 875107506
        },
        {
            "start": 875107514,
            "stop": 875107517
        },
        {
            "start": 875107518,
            "stop": 875107606
        },
        {
            "start": 875107607,
            "stop": 875107610
        }
    ]
}