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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1909",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1907",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1908,
    "results": [
        {
            "start": 847869918,
            "stop": 847882205
        },
        {
            "start": 847882210,
            "stop": 847883634
        },
        {
            "start": 847904371,
            "stop": 847906185
        },
        {
            "start": 847906911,
            "stop": 847907690
        },
        {
            "start": 847907767,
            "stop": 847907832
        },
        {
            "start": 847907918,
            "stop": 847911269
        },
        {
            "start": 847911295,
            "stop": 847915085
        },
        {
            "start": 847916305,
            "stop": 847921968
        },
        {
            "start": 847923176,
            "stop": 847944994
        },
        {
            "start": 847948952,
            "stop": 847955158
        },
        {
            "start": 847957964,
            "stop": 847998412
        },
        {
            "start": 847998712,
            "stop": 847998726
        },
        {
            "start": 847998836,
            "stop": 847999201
        },
        {
            "start": 847999231,
            "stop": 847999698
        },
        {
            "start": 847999998,
            "stop": 848000026
        },
        {
            "start": 848000326,
            "stop": 848004445
        },
        {
            "start": 848004756,
            "stop": 848014670
        },
        {
            "start": 848015190,
            "stop": 848032340
        },
        {
            "start": 848032640,
            "stop": 848033342
        },
        {
            "start": 848033452,
            "stop": 848034402
        }
    ]
}