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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4266",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4267,
    "results": [
        {
            "start": 874609810,
            "stop": 874609852
        },
        {
            "start": 874609871,
            "stop": 874609872
        },
        {
            "start": 874609944,
            "stop": 874609960
        },
        {
            "start": 874610027,
            "stop": 874610029
        },
        {
            "start": 874610100,
            "stop": 874610115
        },
        {
            "start": 874610135,
            "stop": 874610148
        },
        {
            "start": 874610221,
            "stop": 874610225
        },
        {
            "start": 874610256,
            "stop": 874610270
        },
        {
            "start": 874610289,
            "stop": 874610306
        },
        {
            "start": 874610335,
            "stop": 874610415
        },
        {
            "start": 874610444,
            "stop": 874610446
        },
        {
            "start": 874610470,
            "stop": 874610482
        },
        {
            "start": 874610501,
            "stop": 874610508
        },
        {
            "start": 874610527,
            "stop": 874610565
        },
        {
            "start": 874610586,
            "stop": 874610608
        },
        {
            "start": 874610630,
            "stop": 874610638
        },
        {
            "start": 874610657,
            "stop": 874610663
        },
        {
            "start": 874610708,
            "stop": 874610734
        },
        {
            "start": 874610781,
            "stop": 874610782
        },
        {
            "start": 874610801,
            "stop": 874610809
        }
    ]
}