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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=214",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 215,
    "results": [
        {
            "start": 820558724,
            "stop": 820558983
        },
        {
            "start": 820558986,
            "stop": 820559079
        },
        {
            "start": 820559082,
            "stop": 820559554
        },
        {
            "start": 820559557,
            "stop": 820559995
        },
        {
            "start": 820559999,
            "stop": 820560280
        },
        {
            "start": 820560283,
            "stop": 820560455
        },
        {
            "start": 820560458,
            "stop": 820560520
        },
        {
            "start": 820560524,
            "stop": 820560583
        },
        {
            "start": 820560586,
            "stop": 820560893
        },
        {
            "start": 820560896,
            "stop": 820560931
        },
        {
            "start": 820560934,
            "stop": 820561554
        },
        {
            "start": 820561558,
            "stop": 820561561
        },
        {
            "start": 820561564,
            "stop": 820561860
        },
        {
            "start": 820561938,
            "stop": 820562516
        },
        {
            "start": 820562519,
            "stop": 820562642
        },
        {
            "start": 820562646,
            "stop": 820562737
        },
        {
            "start": 820562740,
            "stop": 820562777
        },
        {
            "start": 820563687,
            "stop": 820563785
        },
        {
            "start": 820563789,
            "stop": 820563792
        },
        {
            "start": 820563795,
            "stop": 820564185
        }
    ]
}