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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=343",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 344,
    "results": [
        {
            "start": 822907935,
            "stop": 822908011
        },
        {
            "start": 822908014,
            "stop": 822908540
        },
        {
            "start": 822908543,
            "stop": 822908606
        },
        {
            "start": 822908610,
            "stop": 822909469
        },
        {
            "start": 822909473,
            "stop": 822909476
        },
        {
            "start": 822909479,
            "stop": 822909588
        },
        {
            "start": 822909592,
            "stop": 822909692
        },
        {
            "start": 822909695,
            "stop": 822909870
        },
        {
            "start": 822909930,
            "stop": 822910110
        },
        {
            "start": 822910170,
            "stop": 822910219
        },
        {
            "start": 822910222,
            "stop": 822910270
        },
        {
            "start": 822910274,
            "stop": 822910276
        },
        {
            "start": 822910280,
            "stop": 822910341
        },
        {
            "start": 822910344,
            "stop": 822910530
        },
        {
            "start": 822910590,
            "stop": 822910602
        },
        {
            "start": 822910616,
            "stop": 822910655
        },
        {
            "start": 822910658,
            "stop": 822910688
        },
        {
            "start": 822910692,
            "stop": 822910710
        },
        {
            "start": 822910770,
            "stop": 822910822
        },
        {
            "start": 822910826,
            "stop": 822910870
        }
    ]
}