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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=312",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 313,
    "results": [
        {
            "start": 859903382,
            "stop": 859904566
        },
        {
            "start": 859904573,
            "stop": 859905794
        },
        {
            "start": 859905964,
            "stop": 859906809
        },
        {
            "start": 859906831,
            "stop": 859911813
        },
        {
            "start": 859911832,
            "stop": 859913723
        },
        {
            "start": 859913742,
            "stop": 859919579
        },
        {
            "start": 859919601,
            "stop": 859922110
        },
        {
            "start": 859926181,
            "stop": 859926199
        },
        {
            "start": 859926467,
            "stop": 859927532
        },
        {
            "start": 859927553,
            "stop": 859927557
        },
        {
            "start": 859927578,
            "stop": 859929199
        },
        {
            "start": 859929541,
            "stop": 859930082
        },
        {
            "start": 859930088,
            "stop": 859930525
        },
        {
            "start": 859930531,
            "stop": 859931622
        },
        {
            "start": 859931749,
            "stop": 859934201
        },
        {
            "start": 859935427,
            "stop": 859937564
        },
        {
            "start": 859938448,
            "stop": 859941962
        },
        {
            "start": 859941988,
            "stop": 859941994
        },
        {
            "start": 859942016,
            "stop": 859948975
        },
        {
            "start": 859948993,
            "stop": 859964344
        }
    ]
}