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=969
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=970",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=968",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 969,
    "results": [
        {
            "start": 1251705826,
            "stop": 1251705840
        },
        {
            "start": 1251705844,
            "stop": 1251705867
        },
        {
            "start": 1251705872,
            "stop": 1251705877
        },
        {
            "start": 1251705882,
            "stop": 1251705974
        },
        {
            "start": 1251705979,
            "stop": 1251706018
        },
        {
            "start": 1251706023,
            "stop": 1251706059
        },
        {
            "start": 1251706064,
            "stop": 1251706177
        },
        {
            "start": 1251706182,
            "stop": 1251706236
        },
        {
            "start": 1251706240,
            "stop": 1251706332
        },
        {
            "start": 1251706337,
            "stop": 1251706516
        },
        {
            "start": 1251706521,
            "stop": 1251706609
        },
        {
            "start": 1251706613,
            "stop": 1251706677
        },
        {
            "start": 1251706682,
            "stop": 1251706684
        },
        {
            "start": 1251706689,
            "stop": 1251706691
        },
        {
            "start": 1251706701,
            "stop": 1251706901
        },
        {
            "start": 1251706906,
            "stop": 1251706922
        },
        {
            "start": 1251706927,
            "stop": 1251706932
        },
        {
            "start": 1251706937,
            "stop": 1251707056
        },
        {
            "start": 1251707061,
            "stop": 1251707096
        },
        {
            "start": 1251707101,
            "stop": 1251707177
        }
    ]
}