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/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=347
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=348",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=346",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 347,
    "results": [
        {
            "start": 1240600176,
            "stop": 1240600180
        },
        {
            "start": 1240600185,
            "stop": 1240600375
        },
        {
            "start": 1240600377,
            "stop": 1240600427
        },
        {
            "start": 1240600432,
            "stop": 1240600464
        },
        {
            "start": 1240600469,
            "stop": 1240600524
        },
        {
            "start": 1240600528,
            "stop": 1240600925
        },
        {
            "start": 1240600930,
            "stop": 1240602234
        },
        {
            "start": 1240602239,
            "stop": 1240602246
        },
        {
            "start": 1240602251,
            "stop": 1240603072
        },
        {
            "start": 1240603077,
            "stop": 1240605917
        },
        {
            "start": 1240605922,
            "stop": 1240606966
        },
        {
            "start": 1240620999,
            "stop": 1240622275
        },
        {
            "start": 1240622279,
            "stop": 1240623539
        },
        {
            "start": 1240623541,
            "stop": 1240623816
        },
        {
            "start": 1240623821,
            "stop": 1240629000
        },
        {
            "start": 1240629004,
            "stop": 1240629390
        },
        {
            "start": 1240629394,
            "stop": 1240629774
        },
        {
            "start": 1240629779,
            "stop": 1240633371
        },
        {
            "start": 1240633375,
            "stop": 1240634938
        },
        {
            "start": 1240634943,
            "stop": 1240635175
        }
    ]
}