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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=297",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 298,
    "results": [
        {
            "start": 818370053,
            "stop": 818370058
        },
        {
            "start": 818370089,
            "stop": 818370094
        },
        {
            "start": 818370143,
            "stop": 818370146
        },
        {
            "start": 818370168,
            "stop": 818370176
        },
        {
            "start": 818370203,
            "stop": 818370207
        },
        {
            "start": 818370226,
            "stop": 818370229
        },
        {
            "start": 818370248,
            "stop": 818370306
        },
        {
            "start": 818370377,
            "stop": 818370412
        },
        {
            "start": 818370482,
            "stop": 818370633
        },
        {
            "start": 818370700,
            "stop": 818370711
        },
        {
            "start": 818370740,
            "stop": 818370812
        },
        {
            "start": 818370833,
            "stop": 818370921
        },
        {
            "start": 818370959,
            "stop": 818371212
        },
        {
            "start": 818371247,
            "stop": 818371267
        },
        {
            "start": 818373732,
            "stop": 818373908
        },
        {
            "start": 818373930,
            "stop": 818374054
        },
        {
            "start": 818374107,
            "stop": 818374493
        },
        {
            "start": 818374537,
            "stop": 818374544
        },
        {
            "start": 818374564,
            "stop": 818374610
        },
        {
            "start": 818374630,
            "stop": 818375225
        }
    ]
}