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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=378",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 379,
    "results": [
        {
            "start": 825714080,
            "stop": 825714350
        },
        {
            "start": 825714355,
            "stop": 825714360
        },
        {
            "start": 825714480,
            "stop": 825714832
        },
        {
            "start": 825714838,
            "stop": 825714840
        },
        {
            "start": 825714900,
            "stop": 825719681
        },
        {
            "start": 825719688,
            "stop": 825720193
        },
        {
            "start": 825720224,
            "stop": 825720225
        },
        {
            "start": 825720346,
            "stop": 825722090
        },
        {
            "start": 825722093,
            "stop": 825722259
        },
        {
            "start": 825722407,
            "stop": 825723703
        },
        {
            "start": 825723706,
            "stop": 825724028
        },
        {
            "start": 825724031,
            "stop": 825725616
        },
        {
            "start": 825725619,
            "stop": 825726000
        },
        {
            "start": 825726060,
            "stop": 825729866
        },
        {
            "start": 825729869,
            "stop": 825739512
        },
        {
            "start": 825751532,
            "stop": 825751533
        },
        {
            "start": 825751537,
            "stop": 825751540
        },
        {
            "start": 825751551,
            "stop": 825751553
        },
        {
            "start": 825751575,
            "stop": 825751578
        },
        {
            "start": 825751586,
            "stop": 825751589
        }
    ]
}