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=8025
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=8026",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8024",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8025,
    "results": [
        {
            "start": 872136325,
            "stop": 872136330
        },
        {
            "start": 872136358,
            "stop": 872136406
        },
        {
            "start": 872136438,
            "stop": 872136529
        },
        {
            "start": 872136548,
            "stop": 872137021
        },
        {
            "start": 872137038,
            "stop": 872137264
        },
        {
            "start": 872137281,
            "stop": 872137679
        },
        {
            "start": 872137724,
            "stop": 872137734
        },
        {
            "start": 872137777,
            "stop": 872137799
        },
        {
            "start": 872137818,
            "stop": 872137819
        },
        {
            "start": 872137840,
            "stop": 872137871
        },
        {
            "start": 872137947,
            "stop": 872137955
        },
        {
            "start": 872137990,
            "stop": 872138068
        },
        {
            "start": 872138087,
            "stop": 872138135
        },
        {
            "start": 872138172,
            "stop": 872138184
        },
        {
            "start": 872138271,
            "stop": 872138336
        },
        {
            "start": 872138403,
            "stop": 872138409
        },
        {
            "start": 872138443,
            "stop": 872138506
        },
        {
            "start": 872138541,
            "stop": 872138560
        },
        {
            "start": 872138579,
            "stop": 872138615
        },
        {
            "start": 872138644,
            "stop": 872138685
        }
    ]
}