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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=176",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 177,
    "results": [
        {
            "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
        },
        {
            "start": 932970073,
            "stop": 932970074
        },
        {
            "start": 932970109,
            "stop": 932970116
        },
        {
            "start": 932970179,
            "stop": 932970203
        },
        {
            "start": 932970272,
            "stop": 932970274
        },
        {
            "start": 932974087,
            "stop": 932974088
        },
        {
            "start": 932974203,
            "stop": 932974208
        },
        {
            "start": 932974479,
            "stop": 932974484
        },
        {
            "start": 932974659,
            "stop": 932974666
        },
        {
            "start": 932974799,
            "stop": 932974806
        },
        {
            "start": 932974965,
            "stop": 932974971
        },
        {
            "start": 932975133,
            "stop": 932975147
        }
    ]
}