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=6629
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=6630",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6628",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6629,
    "results": [
        {
            "start": 874862797,
            "stop": 874862828
        },
        {
            "start": 874862832,
            "stop": 874863141
        },
        {
            "start": 874863142,
            "stop": 874863405
        },
        {
            "start": 874863407,
            "stop": 874863408
        },
        {
            "start": 874863409,
            "stop": 874863529
        },
        {
            "start": 874863530,
            "stop": 874863750
        },
        {
            "start": 874863751,
            "stop": 874863877
        },
        {
            "start": 874863878,
            "stop": 874864259
        },
        {
            "start": 874864260,
            "stop": 874864303
        },
        {
            "start": 874864304,
            "stop": 874864532
        },
        {
            "start": 874864932,
            "stop": 874864969
        },
        {
            "start": 874865289,
            "stop": 874865364
        },
        {
            "start": 874865366,
            "stop": 874865536
        },
        {
            "start": 874865538,
            "stop": 874866209
        },
        {
            "start": 874866211,
            "stop": 874866486
        },
        {
            "start": 874866487,
            "stop": 874866707
        },
        {
            "start": 874866709,
            "stop": 874866716
        },
        {
            "start": 874866717,
            "stop": 874866754
        },
        {
            "start": 874866755,
            "stop": 874866798
        },
        {
            "start": 874866799,
            "stop": 874867055
        }
    ]
}