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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=141",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 142,
    "results": [
        {
            "start": 820182483,
            "stop": 820182580
        },
        {
            "start": 820182583,
            "stop": 820183106
        },
        {
            "start": 820183124,
            "stop": 820183249
        },
        {
            "start": 820183253,
            "stop": 820183284
        },
        {
            "start": 820183287,
            "stop": 820183304
        },
        {
            "start": 820183307,
            "stop": 820183695
        },
        {
            "start": 820183698,
            "stop": 820183724
        },
        {
            "start": 820183727,
            "stop": 820183731
        },
        {
            "start": 820183734,
            "stop": 820183745
        },
        {
            "start": 820183748,
            "stop": 820183751
        },
        {
            "start": 820183755,
            "stop": 820183757
        },
        {
            "start": 820183761,
            "stop": 820183902
        },
        {
            "start": 820183905,
            "stop": 820184150
        },
        {
            "start": 820184155,
            "stop": 820184156
        },
        {
            "start": 820184159,
            "stop": 820184170
        },
        {
            "start": 820184174,
            "stop": 820184176
        },
        {
            "start": 820184179,
            "stop": 820184281
        },
        {
            "start": 820184284,
            "stop": 820184357
        },
        {
            "start": 820184361,
            "stop": 820184472
        },
        {
            "start": 820184475,
            "stop": 820184484
        }
    ]
}