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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7880",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7878",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7879,
    "results": [
        {
            "start": 969898554,
            "stop": 969898719
        },
        {
            "start": 969898722,
            "stop": 969898902
        },
        {
            "start": 969898905,
            "stop": 969898996
        },
        {
            "start": 969898999,
            "stop": 969899207
        },
        {
            "start": 969899211,
            "stop": 969899262
        },
        {
            "start": 969899266,
            "stop": 969899358
        },
        {
            "start": 969899370,
            "stop": 969899385
        },
        {
            "start": 969899388,
            "stop": 969899391
        },
        {
            "start": 969899394,
            "stop": 969899517
        },
        {
            "start": 969899520,
            "stop": 969899555
        },
        {
            "start": 969899566,
            "stop": 969899719
        },
        {
            "start": 969899722,
            "stop": 969899741
        },
        {
            "start": 969899744,
            "stop": 969899803
        },
        {
            "start": 969899808,
            "stop": 969899982
        },
        {
            "start": 969900017,
            "stop": 969900149
        },
        {
            "start": 969900152,
            "stop": 969900162
        },
        {
            "start": 969900183,
            "stop": 969900187
        },
        {
            "start": 969900190,
            "stop": 969900197
        },
        {
            "start": 969900200,
            "stop": 969900206
        },
        {
            "start": 969900217,
            "stop": 969900244
        }
    ]
}