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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=280",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 281,
    "results": [
        {
            "start": 821689316,
            "stop": 821689332
        },
        {
            "start": 821689338,
            "stop": 821689339
        },
        {
            "start": 821689342,
            "stop": 821689343
        },
        {
            "start": 821689347,
            "stop": 821689352
        },
        {
            "start": 821689355,
            "stop": 821689359
        },
        {
            "start": 821689362,
            "stop": 821689365
        },
        {
            "start": 821689368,
            "stop": 821689369
        },
        {
            "start": 821689372,
            "stop": 821689382
        },
        {
            "start": 821689385,
            "stop": 821689397
        },
        {
            "start": 821689400,
            "stop": 821689412
        },
        {
            "start": 821689416,
            "stop": 821689434
        },
        {
            "start": 821689437,
            "stop": 821689439
        },
        {
            "start": 821689443,
            "stop": 821689454
        },
        {
            "start": 821689457,
            "stop": 821689458
        },
        {
            "start": 821689462,
            "stop": 821689466
        },
        {
            "start": 821689469,
            "stop": 821689472
        },
        {
            "start": 821689475,
            "stop": 821689482
        },
        {
            "start": 821689485,
            "stop": 821689486
        },
        {
            "start": 821689492,
            "stop": 821689493
        },
        {
            "start": 821689497,
            "stop": 821689503
        }
    ]
}