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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=192",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 193,
    "results": [
        {
            "start": 818207707,
            "stop": 818207715
        },
        {
            "start": 818207721,
            "stop": 818207722
        },
        {
            "start": 818207725,
            "stop": 818207728
        },
        {
            "start": 818207737,
            "stop": 818207744
        },
        {
            "start": 818207750,
            "stop": 818207752
        },
        {
            "start": 818207756,
            "stop": 818207758
        },
        {
            "start": 818207763,
            "stop": 818207767
        },
        {
            "start": 818207780,
            "stop": 818207785
        },
        {
            "start": 818207790,
            "stop": 818207799
        },
        {
            "start": 818207802,
            "stop": 818207803
        },
        {
            "start": 818207806,
            "stop": 818207808
        },
        {
            "start": 818207812,
            "stop": 818207817
        },
        {
            "start": 818207838,
            "stop": 818207840
        },
        {
            "start": 818207844,
            "stop": 818207845
        },
        {
            "start": 818207861,
            "stop": 818207865
        },
        {
            "start": 818207872,
            "stop": 818207876
        },
        {
            "start": 818207882,
            "stop": 818207886
        },
        {
            "start": 818207898,
            "stop": 818207899
        },
        {
            "start": 818207903,
            "stop": 818207906
        },
        {
            "start": 818207918,
            "stop": 818207919
        }
    ]
}