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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5265",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5263",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5264,
    "results": [
        {
            "start": 1136394017,
            "stop": 1136394025
        },
        {
            "start": 1136394027,
            "stop": 1136394067
        },
        {
            "start": 1136394069,
            "stop": 1136394074
        },
        {
            "start": 1136394076,
            "stop": 1136394078
        },
        {
            "start": 1136394080,
            "stop": 1136394100
        },
        {
            "start": 1136394102,
            "stop": 1136394115
        },
        {
            "start": 1136394117,
            "stop": 1136394149
        },
        {
            "start": 1136394151,
            "stop": 1136394232
        },
        {
            "start": 1136394234,
            "stop": 1136394257
        },
        {
            "start": 1136394259,
            "stop": 1136394261
        },
        {
            "start": 1136394263,
            "stop": 1136394300
        },
        {
            "start": 1136394302,
            "stop": 1136394310
        },
        {
            "start": 1136394312,
            "stop": 1136394369
        },
        {
            "start": 1136394371,
            "stop": 1136394449
        },
        {
            "start": 1136394451,
            "stop": 1136394507
        },
        {
            "start": 1136394509,
            "stop": 1136394545
        },
        {
            "start": 1136394547,
            "stop": 1136394548
        },
        {
            "start": 1136394550,
            "stop": 1136394564
        },
        {
            "start": 1136394566,
            "stop": 1136394577
        },
        {
            "start": 1136394579,
            "stop": 1136394582
        }
    ]
}