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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1099",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1097",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1098,
    "results": [
        {
            "start": 1253785180,
            "stop": 1253787017
        },
        {
            "start": 1253787018,
            "stop": 1253787059
        },
        {
            "start": 1253787060,
            "stop": 1253788568
        },
        {
            "start": 1253788572,
            "stop": 1253789490
        },
        {
            "start": 1253789493,
            "stop": 1253791196
        },
        {
            "start": 1253791197,
            "stop": 1253794732
        },
        {
            "start": 1253794740,
            "stop": 1253799123
        },
        {
            "start": 1253799128,
            "stop": 1253802347
        },
        {
            "start": 1253802351,
            "stop": 1253805730
        },
        {
            "start": 1253805733,
            "stop": 1253808164
        },
        {
            "start": 1253808167,
            "stop": 1253808551
        },
        {
            "start": 1253821476,
            "stop": 1253821483
        },
        {
            "start": 1253821488,
            "stop": 1253821516
        },
        {
            "start": 1253821521,
            "stop": 1253821568
        },
        {
            "start": 1253821573,
            "stop": 1253821584
        },
        {
            "start": 1253821589,
            "stop": 1253821618
        },
        {
            "start": 1253821622,
            "stop": 1253823023
        },
        {
            "start": 1253823026,
            "stop": 1253826568
        },
        {
            "start": 1253826571,
            "stop": 1253826706
        },
        {
            "start": 1253826711,
            "stop": 1253827024
        }
    ]
}