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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10172",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10173,
    "results": [
        {
            "start": 873811943,
            "stop": 873811983
        },
        {
            "start": 873812306,
            "stop": 873812427
        },
        {
            "start": 873812435,
            "stop": 873812440
        },
        {
            "start": 873812448,
            "stop": 873812460
        },
        {
            "start": 873812520,
            "stop": 873812572
        },
        {
            "start": 873812603,
            "stop": 873812656
        },
        {
            "start": 873812664,
            "stop": 873812693
        },
        {
            "start": 873812705,
            "stop": 873812723
        },
        {
            "start": 873812774,
            "stop": 873812846
        },
        {
            "start": 873812853,
            "stop": 873813077
        },
        {
            "start": 873813085,
            "stop": 873813092
        },
        {
            "start": 873813103,
            "stop": 873813126
        },
        {
            "start": 873813133,
            "stop": 873813134
        },
        {
            "start": 873813168,
            "stop": 873813199
        },
        {
            "start": 873813237,
            "stop": 873813285
        },
        {
            "start": 873813420,
            "stop": 873813424
        },
        {
            "start": 873813432,
            "stop": 873813518
        },
        {
            "start": 873813526,
            "stop": 873813615
        },
        {
            "start": 873813622,
            "stop": 873813721
        },
        {
            "start": 873813757,
            "stop": 873813858
        }
    ]
}