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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8042",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8043,
    "results": [
        {
            "start": 872201202,
            "stop": 872201273
        },
        {
            "start": 872201291,
            "stop": 872201481
        },
        {
            "start": 872201498,
            "stop": 872201532
        },
        {
            "start": 872201549,
            "stop": 872201565
        },
        {
            "start": 872201582,
            "stop": 872201594
        },
        {
            "start": 872201611,
            "stop": 872201681
        },
        {
            "start": 872201709,
            "stop": 872201729
        },
        {
            "start": 872201746,
            "stop": 872201772
        },
        {
            "start": 872201789,
            "stop": 872201806
        },
        {
            "start": 872201823,
            "stop": 872201824
        },
        {
            "start": 872201841,
            "stop": 872201844
        },
        {
            "start": 872201879,
            "stop": 872201884
        },
        {
            "start": 872202042,
            "stop": 872202052
        },
        {
            "start": 872202069,
            "stop": 872202112
        },
        {
            "start": 872207591,
            "stop": 872207617
        },
        {
            "start": 872207899,
            "stop": 872207914
        },
        {
            "start": 872208090,
            "stop": 872208900
        },
        {
            "start": 872208917,
            "stop": 872208998
        },
        {
            "start": 872209024,
            "stop": 872209598
        },
        {
            "start": 872209617,
            "stop": 872210402
        }
    ]
}