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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=466",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=464",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 465,
    "results": [
        {
            "start": 1261988777,
            "stop": 1261988818
        },
        {
            "start": 1261988821,
            "stop": 1261988854
        },
        {
            "start": 1261988857,
            "stop": 1261988946
        },
        {
            "start": 1261988949,
            "stop": 1261989020
        },
        {
            "start": 1261989023,
            "stop": 1261989091
        },
        {
            "start": 1261989094,
            "stop": 1261989134
        },
        {
            "start": 1261989137,
            "stop": 1261989148
        },
        {
            "start": 1261989151,
            "stop": 1261989189
        },
        {
            "start": 1261989192,
            "stop": 1261989219
        },
        {
            "start": 1261989222,
            "stop": 1261989264
        },
        {
            "start": 1261989267,
            "stop": 1261989412
        },
        {
            "start": 1261989415,
            "stop": 1261989438
        },
        {
            "start": 1261989441,
            "stop": 1261989448
        },
        {
            "start": 1261989451,
            "stop": 1261989460
        },
        {
            "start": 1261989463,
            "stop": 1261989465
        },
        {
            "start": 1261989468,
            "stop": 1261989527
        },
        {
            "start": 1261989530,
            "stop": 1261989575
        },
        {
            "start": 1261989578,
            "stop": 1261989633
        },
        {
            "start": 1261989636,
            "stop": 1261989640
        },
        {
            "start": 1261989642,
            "stop": 1261989663
        }
    ]
}