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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=209",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 210,
    "results": [
        {
            "start": 933681233,
            "stop": 933681360
        },
        {
            "start": 933681855,
            "stop": 933681875
        },
        {
            "start": 933685797,
            "stop": 933687430
        },
        {
            "start": 933687551,
            "stop": 933687857
        },
        {
            "start": 933687862,
            "stop": 933688088
        },
        {
            "start": 933688208,
            "stop": 933688457
        },
        {
            "start": 933688462,
            "stop": 933688815
        },
        {
            "start": 933689055,
            "stop": 933689228
        },
        {
            "start": 933689233,
            "stop": 933690047
        },
        {
            "start": 933690167,
            "stop": 933692415
        },
        {
            "start": 933692655,
            "stop": 933692929
        },
        {
            "start": 933692934,
            "stop": 933693294
        },
        {
            "start": 933693299,
            "stop": 933694027
        },
        {
            "start": 933694147,
            "stop": 933695147
        },
        {
            "start": 933697149,
            "stop": 933697751
        },
        {
            "start": 933697871,
            "stop": 933697878
        },
        {
            "start": 933701582,
            "stop": 933701605
        },
        {
            "start": 933701725,
            "stop": 933702527
        },
        {
            "start": 933702647,
            "stop": 933702803
        },
        {
            "start": 933702993,
            "stop": 933703215
        }
    ]
}