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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=186",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 187,
    "results": [
        {
            "start": 820234309,
            "stop": 820234350
        },
        {
            "start": 820234358,
            "stop": 820234383
        },
        {
            "start": 820234390,
            "stop": 820234528
        },
        {
            "start": 820234536,
            "stop": 820234579
        },
        {
            "start": 820234587,
            "stop": 820234849
        },
        {
            "start": 820234857,
            "stop": 820234908
        },
        {
            "start": 820234915,
            "stop": 820235158
        },
        {
            "start": 820235165,
            "stop": 820235376
        },
        {
            "start": 820235383,
            "stop": 820235630
        },
        {
            "start": 820235638,
            "stop": 820235824
        },
        {
            "start": 820235831,
            "stop": 820235844
        },
        {
            "start": 820235852,
            "stop": 820236237
        },
        {
            "start": 820236244,
            "stop": 820236260
        },
        {
            "start": 820236267,
            "stop": 820236447
        },
        {
            "start": 820236466,
            "stop": 820236592
        },
        {
            "start": 820236599,
            "stop": 820236802
        },
        {
            "start": 820236809,
            "stop": 820236865
        },
        {
            "start": 820236872,
            "stop": 820237066
        },
        {
            "start": 820237073,
            "stop": 820237264
        },
        {
            "start": 820237271,
            "stop": 820237336
        }
    ]
}