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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=132",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 133,
    "results": [
        {
            "start": 1239152697,
            "stop": 1239152719
        },
        {
            "start": 1239152724,
            "stop": 1239154236
        },
        {
            "start": 1239154240,
            "stop": 1239154403
        },
        {
            "start": 1239154407,
            "stop": 1239154550
        },
        {
            "start": 1239154555,
            "stop": 1239154563
        },
        {
            "start": 1239154568,
            "stop": 1239154783
        },
        {
            "start": 1239154786,
            "stop": 1239155327
        },
        {
            "start": 1239155331,
            "stop": 1239155339
        },
        {
            "start": 1239155343,
            "stop": 1239155733
        },
        {
            "start": 1239155737,
            "stop": 1239155896
        },
        {
            "start": 1239155908,
            "stop": 1239155933
        },
        {
            "start": 1239155937,
            "stop": 1239155951
        },
        {
            "start": 1239155955,
            "stop": 1239156356
        },
        {
            "start": 1239156360,
            "stop": 1239156552
        },
        {
            "start": 1239156561,
            "stop": 1239156666
        },
        {
            "start": 1239156671,
            "stop": 1239156681
        },
        {
            "start": 1239156686,
            "stop": 1239156803
        },
        {
            "start": 1239156808,
            "stop": 1239156857
        },
        {
            "start": 1239156861,
            "stop": 1239156880
        },
        {
            "start": 1239156884,
            "stop": 1239157028
        }
    ]
}