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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=120",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 121,
    "results": [
        {
            "start": 816962876,
            "stop": 816962882
        },
        {
            "start": 816962902,
            "stop": 816963011
        },
        {
            "start": 816963160,
            "stop": 816963172
        },
        {
            "start": 816963277,
            "stop": 816963324
        },
        {
            "start": 816963389,
            "stop": 816963397
        },
        {
            "start": 816963432,
            "stop": 816963477
        },
        {
            "start": 816963480,
            "stop": 816963505
        },
        {
            "start": 816963530,
            "stop": 816963560
        },
        {
            "start": 816963592,
            "stop": 816963642
        },
        {
            "start": 816963702,
            "stop": 816963720
        },
        {
            "start": 816963739,
            "stop": 816963788
        },
        {
            "start": 816963808,
            "stop": 816963879
        },
        {
            "start": 816963905,
            "stop": 816963960
        },
        {
            "start": 816963998,
            "stop": 816964014
        },
        {
            "start": 816964045,
            "stop": 816964081
        },
        {
            "start": 816964147,
            "stop": 816964158
        },
        {
            "start": 816964328,
            "stop": 816964375
        },
        {
            "start": 816964422,
            "stop": 816964425
        },
        {
            "start": 816964445,
            "stop": 816964446
        },
        {
            "start": 816964482,
            "stop": 816964543
        }
    ]
}