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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4973",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4971",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4972,
    "results": [
        {
            "start": 874412051,
            "stop": 874412146
        },
        {
            "start": 874412165,
            "stop": 874412304
        },
        {
            "start": 874412323,
            "stop": 874412382
        },
        {
            "start": 874412401,
            "stop": 874412428
        },
        {
            "start": 874412447,
            "stop": 874412622
        },
        {
            "start": 874412642,
            "stop": 874412837
        },
        {
            "start": 874412856,
            "stop": 874413098
        },
        {
            "start": 874413117,
            "stop": 874413180
        },
        {
            "start": 874413200,
            "stop": 874413230
        },
        {
            "start": 874413249,
            "stop": 874413284
        },
        {
            "start": 874413303,
            "stop": 874413329
        },
        {
            "start": 874413348,
            "stop": 874413503
        },
        {
            "start": 874413527,
            "stop": 874413557
        },
        {
            "start": 874413581,
            "stop": 874413602
        },
        {
            "start": 874413630,
            "stop": 874413708
        },
        {
            "start": 874413727,
            "stop": 874413730
        },
        {
            "start": 874413749,
            "stop": 874413841
        },
        {
            "start": 874413860,
            "stop": 874413891
        },
        {
            "start": 874413910,
            "stop": 874414068
        },
        {
            "start": 874414095,
            "stop": 874414124
        }
    ]
}