Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6144
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6143",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6144,
    "results": [
        {
            "start": 874290301,
            "stop": 874290319
        },
        {
            "start": 874290322,
            "stop": 874290325
        },
        {
            "start": 874290327,
            "stop": 874290431
        },
        {
            "start": 874290434,
            "stop": 874291081
        },
        {
            "start": 874291084,
            "stop": 874291636
        },
        {
            "start": 874291637,
            "stop": 874293125
        },
        {
            "start": 874293134,
            "stop": 874293174
        },
        {
            "start": 874293177,
            "stop": 874293181
        },
        {
            "start": 874293184,
            "stop": 874293302
        },
        {
            "start": 874293303,
            "stop": 874293337
        },
        {
            "start": 874293340,
            "stop": 874293344
        },
        {
            "start": 874293347,
            "stop": 874293349
        },
        {
            "start": 874293352,
            "stop": 874293362
        },
        {
            "start": 874293366,
            "stop": 874293376
        },
        {
            "start": 874293379,
            "stop": 874293450
        },
        {
            "start": 874293452,
            "stop": 874293514
        },
        {
            "start": 874293517,
            "stop": 874293519
        },
        {
            "start": 874293523,
            "stop": 874293525
        },
        {
            "start": 874293528,
            "stop": 874293539
        },
        {
            "start": 874293542,
            "stop": 874293553
        }
    ]
}