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=9790
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=9791",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9789",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9790,
    "results": [
        {
            "start": 873306435,
            "stop": 873306509
        },
        {
            "start": 873306543,
            "stop": 873306602
        },
        {
            "start": 873306621,
            "stop": 873306629
        },
        {
            "start": 873306646,
            "stop": 873306672
        },
        {
            "start": 873306692,
            "stop": 873306698
        },
        {
            "start": 873306715,
            "stop": 873306736
        },
        {
            "start": 873306770,
            "stop": 873306779
        },
        {
            "start": 873306796,
            "stop": 873306803
        },
        {
            "start": 873306834,
            "stop": 873306855
        },
        {
            "start": 873306872,
            "stop": 873306880
        },
        {
            "start": 873306913,
            "stop": 873306944
        },
        {
            "start": 873306987,
            "stop": 873306998
        },
        {
            "start": 873307049,
            "stop": 873307053
        },
        {
            "start": 873307072,
            "stop": 873307122
        },
        {
            "start": 873307143,
            "stop": 873307161
        },
        {
            "start": 873307181,
            "stop": 873307211
        },
        {
            "start": 873307275,
            "stop": 873307402
        },
        {
            "start": 873307437,
            "stop": 873307463
        },
        {
            "start": 873307480,
            "stop": 873307575
        },
        {
            "start": 873307597,
            "stop": 873307602
        }
    ]
}