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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1727",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1725",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1726,
    "results": [
        {
            "start": 958141001,
            "stop": 958141181
        },
        {
            "start": 958141183,
            "stop": 958141352
        },
        {
            "start": 958141355,
            "stop": 958141409
        },
        {
            "start": 958141413,
            "stop": 958141421
        },
        {
            "start": 958141423,
            "stop": 958141424
        },
        {
            "start": 958141427,
            "stop": 958141570
        },
        {
            "start": 958141571,
            "stop": 958141730
        },
        {
            "start": 958142364,
            "stop": 958142465
        },
        {
            "start": 958142467,
            "stop": 958142482
        },
        {
            "start": 958142484,
            "stop": 958142485
        },
        {
            "start": 958142489,
            "stop": 958142619
        },
        {
            "start": 958142621,
            "stop": 958144094
        },
        {
            "start": 958144097,
            "stop": 958145008
        },
        {
            "start": 958145011,
            "stop": 958145015
        },
        {
            "start": 958145017,
            "stop": 958145649
        },
        {
            "start": 958145651,
            "stop": 958146223
        },
        {
            "start": 958146225,
            "stop": 958146257
        },
        {
            "start": 958147221,
            "stop": 958147430
        },
        {
            "start": 958147432,
            "stop": 958149539
        },
        {
            "start": 958150741,
            "stop": 958150803
        }
    ]
}