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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33166",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33167,
    "results": [
        {
            "start": 970734215,
            "stop": 970734305
        },
        {
            "start": 970734306,
            "stop": 970734462
        },
        {
            "start": 970734463,
            "stop": 970734541
        },
        {
            "start": 970734544,
            "stop": 970734820
        },
        {
            "start": 970734821,
            "stop": 970735043
        },
        {
            "start": 970735045,
            "stop": 970735060
        },
        {
            "start": 970735061,
            "stop": 970735167
        },
        {
            "start": 970735168,
            "stop": 970735197
        },
        {
            "start": 970735198,
            "stop": 970735251
        },
        {
            "start": 970735252,
            "stop": 970735307
        },
        {
            "start": 970735310,
            "stop": 970735478
        },
        {
            "start": 970735479,
            "stop": 970735675
        },
        {
            "start": 970735678,
            "stop": 970735859
        },
        {
            "start": 970735860,
            "stop": 970736167
        },
        {
            "start": 970736168,
            "stop": 970736472
        },
        {
            "start": 970736474,
            "stop": 970736668
        },
        {
            "start": 970736669,
            "stop": 970737256
        },
        {
            "start": 970737257,
            "stop": 970737277
        },
        {
            "start": 970737278,
            "stop": 970737504
        },
        {
            "start": 970737507,
            "stop": 970737544
        }
    ]
}