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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=367",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 368,
    "results": [
        {
            "start": 825207000,
            "stop": 825207355
        },
        {
            "start": 825207362,
            "stop": 825207600
        },
        {
            "start": 825207604,
            "stop": 825208396
        },
        {
            "start": 825208589,
            "stop": 825208790
        },
        {
            "start": 825208870,
            "stop": 825209010
        },
        {
            "start": 825209017,
            "stop": 825209030
        },
        {
            "start": 825209170,
            "stop": 825213912
        },
        {
            "start": 825219025,
            "stop": 825240627
        },
        {
            "start": 825240871,
            "stop": 825243224
        },
        {
            "start": 825243405,
            "stop": 825246073
        },
        {
            "start": 825403803,
            "stop": 825404457
        },
        {
            "start": 825404464,
            "stop": 825404918
        },
        {
            "start": 825404925,
            "stop": 825406010
        },
        {
            "start": 825406017,
            "stop": 825406256
        },
        {
            "start": 825406263,
            "stop": 825406652
        },
        {
            "start": 825406659,
            "stop": 825406926
        },
        {
            "start": 825406933,
            "stop": 825407367
        },
        {
            "start": 825407374,
            "stop": 825408395
        },
        {
            "start": 825408402,
            "stop": 825408571
        },
        {
            "start": 825408578,
            "stop": 825409775
        }
    ]
}