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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9848",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9846",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9847,
    "results": [
        {
            "start": 874082978,
            "stop": 874083178
        },
        {
            "start": 874083181,
            "stop": 874083297
        },
        {
            "start": 874083316,
            "stop": 874083795
        },
        {
            "start": 874083798,
            "stop": 874084074
        },
        {
            "start": 874084091,
            "stop": 874084099
        },
        {
            "start": 874084116,
            "stop": 874084224
        },
        {
            "start": 874084241,
            "stop": 874084251
        },
        {
            "start": 874084461,
            "stop": 874084596
        },
        {
            "start": 874084613,
            "stop": 874084633
        },
        {
            "start": 874084650,
            "stop": 874084666
        },
        {
            "start": 874084683,
            "stop": 874084707
        },
        {
            "start": 874084724,
            "stop": 874084800
        },
        {
            "start": 874084860,
            "stop": 874085499
        },
        {
            "start": 874085502,
            "stop": 874085744
        },
        {
            "start": 874085864,
            "stop": 874085962
        },
        {
            "start": 874085967,
            "stop": 874086060
        },
        {
            "start": 874086120,
            "stop": 874086126
        },
        {
            "start": 874086143,
            "stop": 874086657
        },
        {
            "start": 874086674,
            "stop": 874087035
        },
        {
            "start": 874087052,
            "stop": 874087277
        }
    ]
}