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=8866
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=8867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8865",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8866,
    "results": [
        {
            "start": 873084496,
            "stop": 873084848
        },
        {
            "start": 873084865,
            "stop": 873085334
        },
        {
            "start": 873088730,
            "stop": 873088749
        },
        {
            "start": 873088783,
            "stop": 873088792
        },
        {
            "start": 873088819,
            "stop": 873088913
        },
        {
            "start": 873088933,
            "stop": 873089701
        },
        {
            "start": 873089721,
            "stop": 873090085
        },
        {
            "start": 873090102,
            "stop": 873090787
        },
        {
            "start": 873090804,
            "stop": 873091098
        },
        {
            "start": 873091119,
            "stop": 873092475
        },
        {
            "start": 873092492,
            "stop": 873093315
        },
        {
            "start": 873093529,
            "stop": 873094377
        },
        {
            "start": 873094396,
            "stop": 873094748
        },
        {
            "start": 873094765,
            "stop": 873097177
        },
        {
            "start": 873097194,
            "stop": 873097235
        },
        {
            "start": 873097254,
            "stop": 873097576
        },
        {
            "start": 873097595,
            "stop": 873098580
        },
        {
            "start": 873098599,
            "stop": 873098765
        },
        {
            "start": 873098787,
            "stop": 873098796
        },
        {
            "start": 873098831,
            "stop": 873098879
        }
    ]
}