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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6345",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6346,
    "results": [
        {
            "start": 873404611,
            "stop": 873405575
        },
        {
            "start": 873405577,
            "stop": 873405935
        },
        {
            "start": 873405936,
            "stop": 873406348
        },
        {
            "start": 873406349,
            "stop": 873406370
        },
        {
            "start": 873406371,
            "stop": 873406717
        },
        {
            "start": 873406718,
            "stop": 873407123
        },
        {
            "start": 873407125,
            "stop": 873407481
        },
        {
            "start": 873407482,
            "stop": 873407686
        },
        {
            "start": 873407688,
            "stop": 873407861
        },
        {
            "start": 873407862,
            "stop": 873408041
        },
        {
            "start": 873408042,
            "stop": 873408077
        },
        {
            "start": 873408078,
            "stop": 873408194
        },
        {
            "start": 873408195,
            "stop": 873408672
        },
        {
            "start": 873408674,
            "stop": 873409595
        },
        {
            "start": 873409597,
            "stop": 873409764
        },
        {
            "start": 873409766,
            "stop": 873409904
        },
        {
            "start": 873409906,
            "stop": 873410487
        },
        {
            "start": 873410488,
            "stop": 873410993
        },
        {
            "start": 873410995,
            "stop": 873411440
        },
        {
            "start": 873411442,
            "stop": 873411584
        }
    ]
}