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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=271",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 272,
    "results": [
        {
            "start": 1240327124,
            "stop": 1240327125
        },
        {
            "start": 1240327128,
            "stop": 1240327208
        },
        {
            "start": 1240327209,
            "stop": 1240327211
        },
        {
            "start": 1240327212,
            "stop": 1240327228
        },
        {
            "start": 1240327229,
            "stop": 1240327230
        },
        {
            "start": 1240327235,
            "stop": 1240327254
        },
        {
            "start": 1240327255,
            "stop": 1240327263
        },
        {
            "start": 1240327266,
            "stop": 1240327276
        },
        {
            "start": 1240327279,
            "stop": 1240327434
        },
        {
            "start": 1240327435,
            "stop": 1240327436
        },
        {
            "start": 1240327437,
            "stop": 1240327497
        },
        {
            "start": 1240327499,
            "stop": 1240327515
        },
        {
            "start": 1240327516,
            "stop": 1240327518
        },
        {
            "start": 1240327520,
            "stop": 1240327711
        },
        {
            "start": 1240327712,
            "stop": 1240327760
        },
        {
            "start": 1240327761,
            "stop": 1240327765
        },
        {
            "start": 1240327767,
            "stop": 1240327926
        },
        {
            "start": 1240327927,
            "stop": 1240327928
        },
        {
            "start": 1240327931,
            "stop": 1240327979
        },
        {
            "start": 1240327988,
            "stop": 1240327992
        }
    ]
}