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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14479",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14477",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14478,
    "results": [
        {
            "start": 971609348,
            "stop": 971609392
        },
        {
            "start": 971609395,
            "stop": 971609422
        },
        {
            "start": 971609425,
            "stop": 971609462
        },
        {
            "start": 971609465,
            "stop": 971609586
        },
        {
            "start": 971609589,
            "stop": 971609680
        },
        {
            "start": 971609683,
            "stop": 971609911
        },
        {
            "start": 971609914,
            "stop": 971609918
        },
        {
            "start": 971609978,
            "stop": 971609997
        },
        {
            "start": 971610000,
            "stop": 971610069
        },
        {
            "start": 971610072,
            "stop": 971610124
        },
        {
            "start": 971610126,
            "stop": 971610135
        },
        {
            "start": 971610138,
            "stop": 971610220
        },
        {
            "start": 971610223,
            "stop": 971610248
        },
        {
            "start": 971610249,
            "stop": 971610258
        },
        {
            "start": 971610261,
            "stop": 971610290
        },
        {
            "start": 971610291,
            "stop": 971610295
        },
        {
            "start": 971610297,
            "stop": 971610301
        },
        {
            "start": 971610303,
            "stop": 971610304
        },
        {
            "start": 971610305,
            "stop": 971610307
        },
        {
            "start": 971610310,
            "stop": 971610316
        }
    ]
}