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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=152",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 153,
    "results": [
        {
            "start": 832045323,
            "stop": 832045334
        },
        {
            "start": 832045338,
            "stop": 832045402
        },
        {
            "start": 832045435,
            "stop": 832045476
        },
        {
            "start": 832045479,
            "stop": 832045486
        },
        {
            "start": 832045495,
            "stop": 832045516
        },
        {
            "start": 832045520,
            "stop": 832045531
        },
        {
            "start": 832045539,
            "stop": 832045545
        },
        {
            "start": 832045549,
            "stop": 832045555
        },
        {
            "start": 832045559,
            "stop": 832045569
        },
        {
            "start": 832045573,
            "stop": 832045579
        },
        {
            "start": 832045587,
            "stop": 832045603
        },
        {
            "start": 832045607,
            "stop": 832045622
        },
        {
            "start": 832045626,
            "stop": 832045666
        },
        {
            "start": 832045675,
            "stop": 832045690
        },
        {
            "start": 832045694,
            "stop": 832045710
        },
        {
            "start": 832045724,
            "stop": 832045730
        },
        {
            "start": 832045739,
            "stop": 832045749
        },
        {
            "start": 832045753,
            "stop": 832045823
        },
        {
            "start": 832045832,
            "stop": 832045930
        },
        {
            "start": 832045933,
            "stop": 832046006
        }
    ]
}