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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=614",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=612",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 613,
    "results": [
        {
            "start": 839862847,
            "stop": 839863490
        },
        {
            "start": 839864544,
            "stop": 839869598
        },
        {
            "start": 839874447,
            "stop": 839883388
        },
        {
            "start": 839883393,
            "stop": 839885293
        },
        {
            "start": 839885934,
            "stop": 839893198
        },
        {
            "start": 839893816,
            "stop": 839908115
        },
        {
            "start": 839909905,
            "stop": 839912371
        },
        {
            "start": 839913597,
            "stop": 839920089
        },
        {
            "start": 839920090,
            "stop": 839953832
        },
        {
            "start": 839956701,
            "stop": 839956876
        },
        {
            "start": 839957273,
            "stop": 839959371
        },
        {
            "start": 839959544,
            "stop": 839959593
        },
        {
            "start": 839959662,
            "stop": 839960007
        },
        {
            "start": 839960046,
            "stop": 839960217
        },
        {
            "start": 839960258,
            "stop": 839960263
        },
        {
            "start": 839960276,
            "stop": 839960415
        },
        {
            "start": 839960486,
            "stop": 839961203
        },
        {
            "start": 839961207,
            "stop": 839961248
        },
        {
            "start": 839961251,
            "stop": 839963039
        },
        {
            "start": 839964836,
            "stop": 839964963
        }
    ]
}