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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9049",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9047",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9048,
    "results": [
        {
            "start": 874299262,
            "stop": 874299303
        },
        {
            "start": 874299346,
            "stop": 874299372
        },
        {
            "start": 874299391,
            "stop": 874299901
        },
        {
            "start": 874299920,
            "stop": 874300169
        },
        {
            "start": 874300186,
            "stop": 874300656
        },
        {
            "start": 874300673,
            "stop": 874301104
        },
        {
            "start": 874301123,
            "stop": 874301950
        },
        {
            "start": 874301967,
            "stop": 874302500
        },
        {
            "start": 874302517,
            "stop": 874302769
        },
        {
            "start": 874302788,
            "stop": 874302867
        },
        {
            "start": 874302886,
            "stop": 874303071
        },
        {
            "start": 874303090,
            "stop": 874303159
        },
        {
            "start": 874303399,
            "stop": 874303778
        },
        {
            "start": 874303797,
            "stop": 874303925
        },
        {
            "start": 874304299,
            "stop": 874304493
        },
        {
            "start": 874304512,
            "stop": 874304543
        },
        {
            "start": 874304567,
            "stop": 874304585
        },
        {
            "start": 874304604,
            "stop": 874304615
        },
        {
            "start": 874304634,
            "stop": 874304712
        },
        {
            "start": 874304731,
            "stop": 874304746
        }
    ]
}