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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=179",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 180,
    "results": [
        {
            "start": 932969022,
            "stop": 932969023
        },
        {
            "start": 932969060,
            "stop": 932969102
        },
        {
            "start": 932969126,
            "stop": 932969182
        },
        {
            "start": 932969218,
            "stop": 932969241
        },
        {
            "start": 932969260,
            "stop": 932969261
        },
        {
            "start": 932969279,
            "stop": 932969328
        },
        {
            "start": 932969347,
            "stop": 932969355
        },
        {
            "start": 932969473,
            "stop": 932969521
        },
        {
            "start": 932969583,
            "stop": 932969585
        },
        {
            "start": 932969617,
            "stop": 932969620
        },
        {
            "start": 932969638,
            "stop": 932969651
        },
        {
            "start": 932969679,
            "stop": 932969680
        },
        {
            "start": 932969705,
            "stop": 932969712
        },
        {
            "start": 932969730,
            "stop": 932969752
        },
        {
            "start": 932969795,
            "stop": 932969810
        },
        {
            "start": 932969835,
            "stop": 932969836
        },
        {
            "start": 932969869,
            "stop": 932969871
        },
        {
            "start": 932969906,
            "stop": 932969928
        },
        {
            "start": 932969946,
            "stop": 932969960
        },
        {
            "start": 932970038,
            "stop": 932970039
        }
    ]
}