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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=154",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 155,
    "results": [
        {
            "start": 818077440,
            "stop": 818077445
        },
        {
            "start": 818077459,
            "stop": 818077461
        },
        {
            "start": 818077465,
            "stop": 818077466
        },
        {
            "start": 818077480,
            "stop": 818077481
        },
        {
            "start": 818077487,
            "stop": 818077492
        },
        {
            "start": 818077495,
            "stop": 818077496
        },
        {
            "start": 818077502,
            "stop": 818077504
        },
        {
            "start": 818077534,
            "stop": 818077536
        },
        {
            "start": 818077541,
            "stop": 818077550
        },
        {
            "start": 818077578,
            "stop": 818077583
        },
        {
            "start": 818077592,
            "stop": 818077596
        },
        {
            "start": 818077604,
            "stop": 818077610
        },
        {
            "start": 818077613,
            "stop": 818077615
        },
        {
            "start": 818077626,
            "stop": 818077628
        },
        {
            "start": 818077653,
            "stop": 818077662
        },
        {
            "start": 818077668,
            "stop": 818077671
        },
        {
            "start": 818077674,
            "stop": 818077676
        },
        {
            "start": 818077681,
            "stop": 818077683
        },
        {
            "start": 818077690,
            "stop": 818077693
        },
        {
            "start": 818077702,
            "stop": 818077703
        }
    ]
}