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=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=262",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 263,
    "results": [
        {
            "start": 821579379,
            "stop": 821579390
        },
        {
            "start": 821579393,
            "stop": 821579396
        },
        {
            "start": 821579399,
            "stop": 821579403
        },
        {
            "start": 821579406,
            "stop": 821579409
        },
        {
            "start": 821579413,
            "stop": 821579490
        },
        {
            "start": 821579494,
            "stop": 821579496
        },
        {
            "start": 821579499,
            "stop": 821579526
        },
        {
            "start": 821579530,
            "stop": 821579533
        },
        {
            "start": 821579536,
            "stop": 821579540
        },
        {
            "start": 821579543,
            "stop": 821579577
        },
        {
            "start": 821579581,
            "stop": 821579713
        },
        {
            "start": 821579717,
            "stop": 821579733
        },
        {
            "start": 821579736,
            "stop": 821579827
        },
        {
            "start": 821579830,
            "stop": 821579846
        },
        {
            "start": 821579849,
            "stop": 821580043
        },
        {
            "start": 821580046,
            "stop": 821580050
        },
        {
            "start": 821580053,
            "stop": 821580101
        },
        {
            "start": 821580104,
            "stop": 821580164
        },
        {
            "start": 821580168,
            "stop": 821580230
        },
        {
            "start": 821580234,
            "stop": 821580237
        }
    ]
}