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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2231",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2232,
    "results": [
        {
            "start": 873077482,
            "stop": 873077541
        },
        {
            "start": 873077560,
            "stop": 873081185
        },
        {
            "start": 873082017,
            "stop": 873084334
        },
        {
            "start": 873084496,
            "stop": 873086583
        },
        {
            "start": 873088730,
            "stop": 873088749
        },
        {
            "start": 873088783,
            "stop": 873088792
        },
        {
            "start": 873088819,
            "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": 873099678
        },
        {
            "start": 873099704,
            "stop": 873099845
        },
        {
            "start": 873099865,
            "stop": 873099942
        },
        {
            "start": 873099961,
            "stop": 873100048
        }
    ]
}