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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2319",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2320,
    "results": [
        {
            "start": 871626387,
            "stop": 871627124
        },
        {
            "start": 871627305,
            "stop": 871627513
        },
        {
            "start": 871627530,
            "stop": 871627728
        },
        {
            "start": 871627745,
            "stop": 871629357
        },
        {
            "start": 871629398,
            "stop": 871631204
        },
        {
            "start": 871631385,
            "stop": 871632648
        },
        {
            "start": 871632665,
            "stop": 871632874
        },
        {
            "start": 871632891,
            "stop": 871635441
        },
        {
            "start": 871635458,
            "stop": 871636551
        },
        {
            "start": 871636568,
            "stop": 871639401
        },
        {
            "start": 871639418,
            "stop": 871639917
        },
        {
            "start": 871639942,
            "stop": 871639943
        },
        {
            "start": 871639960,
            "stop": 871641590
        },
        {
            "start": 871641730,
            "stop": 871642428
        },
        {
            "start": 871642445,
            "stop": 871643365
        },
        {
            "start": 871643382,
            "stop": 871644698
        },
        {
            "start": 871644715,
            "stop": 871645586
        },
        {
            "start": 871645603,
            "stop": 871646232
        },
        {
            "start": 871646249,
            "stop": 871647390
        },
        {
            "start": 871647407,
            "stop": 871649337
        }
    ]
}