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=3568
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=3569",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3567",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3568,
    "results": [
        {
            "start": 871727102,
            "stop": 871727108
        },
        {
            "start": 871727133,
            "stop": 871727135
        },
        {
            "start": 871727159,
            "stop": 871727173
        },
        {
            "start": 871727190,
            "stop": 871727564
        },
        {
            "start": 871727581,
            "stop": 871727645
        },
        {
            "start": 871727664,
            "stop": 871728003
        },
        {
            "start": 871728020,
            "stop": 871728059
        },
        {
            "start": 871728076,
            "stop": 871728183
        },
        {
            "start": 871728200,
            "stop": 871729474
        },
        {
            "start": 871729512,
            "stop": 871729531
        },
        {
            "start": 871729572,
            "stop": 871729606
        },
        {
            "start": 871729636,
            "stop": 871730473
        },
        {
            "start": 871730490,
            "stop": 871730563
        },
        {
            "start": 871730580,
            "stop": 871730683
        },
        {
            "start": 871730707,
            "stop": 871730776
        },
        {
            "start": 871730793,
            "stop": 871731085
        },
        {
            "start": 871731102,
            "stop": 871731104
        },
        {
            "start": 871731121,
            "stop": 871731404
        },
        {
            "start": 871731421,
            "stop": 871731523
        },
        {
            "start": 871731553,
            "stop": 871731566
        }
    ]
}