Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=4",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 5,
    "results": [
        {
            "start": 815495955,
            "stop": 815495989
        },
        {
            "start": 815496000,
            "stop": 815496003
        },
        {
            "start": 815496010,
            "stop": 815496015
        },
        {
            "start": 815496022,
            "stop": 815496024
        },
        {
            "start": 815496035,
            "stop": 815496050
        },
        {
            "start": 815496064,
            "stop": 815496128
        },
        {
            "start": 815496135,
            "stop": 815496213
        },
        {
            "start": 815496220,
            "stop": 815496374
        },
        {
            "start": 815496382,
            "stop": 815496399
        },
        {
            "start": 815496410,
            "stop": 815496421
        },
        {
            "start": 815496428,
            "stop": 815496489
        },
        {
            "start": 815496499,
            "stop": 815496561
        },
        {
            "start": 815496569,
            "stop": 815496615
        },
        {
            "start": 815496622,
            "stop": 815496632
        },
        {
            "start": 815496639,
            "stop": 815496640
        },
        {
            "start": 815496655,
            "stop": 815496685
        },
        {
            "start": 815496697,
            "stop": 815496744
        },
        {
            "start": 815496752,
            "stop": 815496816
        },
        {
            "start": 815496824,
            "stop": 815496891
        },
        {
            "start": 815496899,
            "stop": 815496938
        }
    ]
}