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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3716",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3714",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3715,
    "results": [
        {
            "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
        },
        {
            "start": 873307657,
            "stop": 873307666
        },
        {
            "start": 873307705,
            "stop": 873307719
        },
        {
            "start": 873307744,
            "stop": 873307765
        },
        {
            "start": 873307803,
            "stop": 873307822
        },
        {
            "start": 873307839,
            "stop": 873307870
        },
        {
            "start": 873307922,
            "stop": 873307942
        }
    ]
}