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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=218",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 219,
    "results": [
        {
            "start": 933133253,
            "stop": 933133291
        },
        {
            "start": 933133381,
            "stop": 933133390
        },
        {
            "start": 933133428,
            "stop": 933133444
        },
        {
            "start": 933133616,
            "stop": 933133662
        },
        {
            "start": 933133663,
            "stop": 933133700
        },
        {
            "start": 933133705,
            "stop": 933133770
        },
        {
            "start": 933133845,
            "stop": 933133935
        },
        {
            "start": 933133957,
            "stop": 933134063
        },
        {
            "start": 933134082,
            "stop": 933134160
        },
        {
            "start": 933134181,
            "stop": 933134292
        },
        {
            "start": 933134344,
            "stop": 933134692
        },
        {
            "start": 933134693,
            "stop": 933134700
        },
        {
            "start": 933134828,
            "stop": 933134833
        },
        {
            "start": 933134855,
            "stop": 933134865
        },
        {
            "start": 933134908,
            "stop": 933134931
        },
        {
            "start": 933134958,
            "stop": 933135002
        },
        {
            "start": 933135021,
            "stop": 933135058
        },
        {
            "start": 933135130,
            "stop": 933135161
        },
        {
            "start": 933135219,
            "stop": 933135251
        },
        {
            "start": 933135285,
            "stop": 933135469
        }
    ]
}