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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=314",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 315,
    "results": [
        {
            "start": 821736633,
            "stop": 821738130
        },
        {
            "start": 821739279,
            "stop": 821739464
        },
        {
            "start": 821739467,
            "stop": 821739745
        },
        {
            "start": 821739748,
            "stop": 821739763
        },
        {
            "start": 821739766,
            "stop": 821740242
        },
        {
            "start": 821740245,
            "stop": 821740298
        },
        {
            "start": 821740301,
            "stop": 821740466
        },
        {
            "start": 821740469,
            "stop": 821740555
        },
        {
            "start": 821740558,
            "stop": 821740594
        },
        {
            "start": 821740597,
            "stop": 821740658
        },
        {
            "start": 821740661,
            "stop": 821740810
        },
        {
            "start": 821740813,
            "stop": 821740892
        },
        {
            "start": 821740895,
            "stop": 821741265
        },
        {
            "start": 821741268,
            "stop": 821741292
        },
        {
            "start": 821741295,
            "stop": 821741423
        },
        {
            "start": 821741426,
            "stop": 821741443
        },
        {
            "start": 821741446,
            "stop": 821741458
        },
        {
            "start": 821741461,
            "stop": 821741567
        },
        {
            "start": 821741570,
            "stop": 821741590
        },
        {
            "start": 821741593,
            "stop": 821741672
        }
    ]
}