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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=210",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 211,
    "results": [
        {
            "start": 933703455,
            "stop": 933704129
        },
        {
            "start": 933704189,
            "stop": 933704884
        },
        {
            "start": 933704889,
            "stop": 933704909
        },
        {
            "start": 933705402,
            "stop": 933706110
        },
        {
            "start": 933706112,
            "stop": 933706815
        },
        {
            "start": 933710382,
            "stop": 933710415
        },
        {
            "start": 933710655,
            "stop": 933710789
        },
        {
            "start": 933710849,
            "stop": 933711023
        },
        {
            "start": 933711050,
            "stop": 933711130
        },
        {
            "start": 933711297,
            "stop": 933711647
        },
        {
            "start": 933711666,
            "stop": 933711928
        },
        {
            "start": 933711989,
            "stop": 933712529
        },
        {
            "start": 933712589,
            "stop": 933713109
        },
        {
            "start": 933720060,
            "stop": 933721169
        },
        {
            "start": 933721488,
            "stop": 933721945
        },
        {
            "start": 933721948,
            "stop": 933722249
        },
        {
            "start": 933722309,
            "stop": 933722438
        },
        {
            "start": 933722558,
            "stop": 933722789
        },
        {
            "start": 933722909,
            "stop": 933723029
        },
        {
            "start": 933723149,
            "stop": 933723269
        }
    ]
}