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=2141
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=2142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2140",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2141,
    "results": [
        {
            "start": 872261102,
            "stop": 872261121
        },
        {
            "start": 872261143,
            "stop": 872261146
        },
        {
            "start": 872261179,
            "stop": 872261210
        },
        {
            "start": 872261230,
            "stop": 872261260
        },
        {
            "start": 872261279,
            "stop": 872261367
        },
        {
            "start": 872261408,
            "stop": 872261433
        },
        {
            "start": 872261454,
            "stop": 872261527
        },
        {
            "start": 872261555,
            "stop": 872261563
        },
        {
            "start": 872261584,
            "stop": 872261628
        },
        {
            "start": 872261645,
            "stop": 872261649
        },
        {
            "start": 872261666,
            "stop": 872261703
        },
        {
            "start": 872261740,
            "stop": 872261744
        },
        {
            "start": 872265120,
            "stop": 872265129
        },
        {
            "start": 872265149,
            "stop": 872265174
        },
        {
            "start": 872265191,
            "stop": 872266118
        },
        {
            "start": 872266137,
            "stop": 872266976
        },
        {
            "start": 872266995,
            "stop": 872267456
        },
        {
            "start": 872267475,
            "stop": 872268453
        },
        {
            "start": 872268472,
            "stop": 872268831
        },
        {
            "start": 872268850,
            "stop": 872272133
        }
    ]
}