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=341
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=342",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=340",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 341,
    "results": [
        {
            "start": 1260554798,
            "stop": 1260555582
        },
        {
            "start": 1260555584,
            "stop": 1260555875
        },
        {
            "start": 1260555878,
            "stop": 1260556026
        },
        {
            "start": 1260556028,
            "stop": 1260556048
        },
        {
            "start": 1260556049,
            "stop": 1260556140
        },
        {
            "start": 1260556142,
            "stop": 1260556572
        },
        {
            "start": 1260556573,
            "stop": 1260556711
        },
        {
            "start": 1260556714,
            "stop": 1260558815
        },
        {
            "start": 1260558822,
            "stop": 1260558888
        },
        {
            "start": 1260558889,
            "stop": 1260560369
        },
        {
            "start": 1260560372,
            "stop": 1260560823
        },
        {
            "start": 1260560826,
            "stop": 1260561567
        },
        {
            "start": 1260561568,
            "stop": 1260562819
        },
        {
            "start": 1260562822,
            "stop": 1260562969
        },
        {
            "start": 1260562971,
            "stop": 1260563336
        },
        {
            "start": 1260563339,
            "stop": 1260563388
        },
        {
            "start": 1260563391,
            "stop": 1260563672
        },
        {
            "start": 1260563675,
            "stop": 1260564847
        },
        {
            "start": 1260564848,
            "stop": 1260565104
        },
        {
            "start": 1260565106,
            "stop": 1260565735
        }
    ]
}