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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3838",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3836",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3837,
    "results": [
        {
            "start": 873506744,
            "stop": 873510401
        },
        {
            "start": 873510404,
            "stop": 873510915
        },
        {
            "start": 873510918,
            "stop": 873513056
        },
        {
            "start": 873513059,
            "stop": 873515919
        },
        {
            "start": 873518243,
            "stop": 873518244
        },
        {
            "start": 873518249,
            "stop": 873518251
        },
        {
            "start": 873518275,
            "stop": 873518278
        },
        {
            "start": 873518281,
            "stop": 873518282
        },
        {
            "start": 873518285,
            "stop": 873518286
        },
        {
            "start": 873518287,
            "stop": 873518289
        },
        {
            "start": 873518290,
            "stop": 873518292
        },
        {
            "start": 873518293,
            "stop": 873518294
        },
        {
            "start": 873518301,
            "stop": 873518304
        },
        {
            "start": 873518306,
            "stop": 873518309
        },
        {
            "start": 873518312,
            "stop": 873518313
        },
        {
            "start": 873518315,
            "stop": 873518319
        },
        {
            "start": 873518320,
            "stop": 873518324
        },
        {
            "start": 873518326,
            "stop": 873518328
        },
        {
            "start": 873518331,
            "stop": 873518343
        },
        {
            "start": 873518348,
            "stop": 873518351
        }
    ]
}