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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=226",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 227,
    "results": [
        {
            "start": 931460214,
            "stop": 931460237
        },
        {
            "start": 931460241,
            "stop": 931460244
        },
        {
            "start": 931460246,
            "stop": 931460250
        },
        {
            "start": 931460252,
            "stop": 931460254
        },
        {
            "start": 931460256,
            "stop": 931460262
        },
        {
            "start": 931460265,
            "stop": 931460266
        },
        {
            "start": 931460268,
            "stop": 931460270
        },
        {
            "start": 931460272,
            "stop": 931460273
        },
        {
            "start": 931460277,
            "stop": 931460278
        },
        {
            "start": 931460281,
            "stop": 931460282
        },
        {
            "start": 931460288,
            "stop": 931460292
        },
        {
            "start": 931460294,
            "stop": 931460298
        },
        {
            "start": 931460302,
            "stop": 931460312
        },
        {
            "start": 931460316,
            "stop": 931460322
        },
        {
            "start": 931460326,
            "stop": 931460337
        },
        {
            "start": 931460339,
            "stop": 931460345
        },
        {
            "start": 931460347,
            "stop": 931460352
        },
        {
            "start": 931460359,
            "stop": 931460366
        },
        {
            "start": 931460369,
            "stop": 931460375
        },
        {
            "start": 931460376,
            "stop": 931460377
        }
    ]
}