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=8146
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=8147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8145",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8146,
    "results": [
        {
            "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
        },
        {
            "start": 873098898,
            "stop": 873099209
        },
        {
            "start": 873099236,
            "stop": 873099260
        },
        {
            "start": 873099279,
            "stop": 873099284
        },
        {
            "start": 873099304,
            "stop": 873099326
        },
        {
            "start": 873099345,
            "stop": 873099369
        }
    ]
}