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_CAT3/segments?format=api&page=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=246",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 247,
    "results": [
        {
            "start": 1239997690,
            "stop": 1239997809
        },
        {
            "start": 1239997810,
            "stop": 1239997926
        },
        {
            "start": 1239997927,
            "stop": 1239998049
        },
        {
            "start": 1239998050,
            "stop": 1239998169
        },
        {
            "start": 1239998170,
            "stop": 1239998289
        },
        {
            "start": 1239998290,
            "stop": 1239998409
        },
        {
            "start": 1239998410,
            "stop": 1239998529
        },
        {
            "start": 1239998530,
            "stop": 1239998649
        },
        {
            "start": 1239998650,
            "stop": 1239998769
        },
        {
            "start": 1239998770,
            "stop": 1239998889
        },
        {
            "start": 1239998890,
            "stop": 1239999009
        },
        {
            "start": 1239999010,
            "stop": 1239999129
        },
        {
            "start": 1239999130,
            "stop": 1239999249
        },
        {
            "start": 1239999250,
            "stop": 1239999369
        },
        {
            "start": 1239999370,
            "stop": 1239999489
        },
        {
            "start": 1239999490,
            "stop": 1239999598
        },
        {
            "start": 1239999602,
            "stop": 1239999609
        },
        {
            "start": 1239999610,
            "stop": 1239999729
        },
        {
            "start": 1239999730,
            "stop": 1239999798
        },
        {
            "start": 1239999803,
            "stop": 1239999849
        }
    ]
}