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=10202
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=10203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10201",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10202,
    "results": [
        {
            "start": 873989992,
            "stop": 873990649
        },
        {
            "start": 873990666,
            "stop": 873991353
        },
        {
            "start": 873991473,
            "stop": 873991840
        },
        {
            "start": 873991881,
            "stop": 873992058
        },
        {
            "start": 873992065,
            "stop": 873992093
        },
        {
            "start": 873992129,
            "stop": 873992356
        },
        {
            "start": 873992363,
            "stop": 873993030
        },
        {
            "start": 873994393,
            "stop": 873994535
        },
        {
            "start": 873994646,
            "stop": 873994653
        },
        {
            "start": 873994689,
            "stop": 873994710
        },
        {
            "start": 873994778,
            "stop": 873994816
        },
        {
            "start": 873994873,
            "stop": 873994877
        },
        {
            "start": 873994918,
            "stop": 873995171
        },
        {
            "start": 873995210,
            "stop": 873995343
        },
        {
            "start": 873995379,
            "stop": 873996016
        },
        {
            "start": 873996033,
            "stop": 873996251
        },
        {
            "start": 873996258,
            "stop": 873996390
        },
        {
            "start": 873996397,
            "stop": 873996703
        },
        {
            "start": 873996710,
            "stop": 873996975
        },
        {
            "start": 873997095,
            "stop": 873997188
        }
    ]
}