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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=263",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 264,
    "results": [
        {
            "start": 931469456,
            "stop": 931469461
        },
        {
            "start": 931469463,
            "stop": 931469465
        },
        {
            "start": 931469475,
            "stop": 931469476
        },
        {
            "start": 931469480,
            "stop": 931469485
        },
        {
            "start": 931469487,
            "stop": 931469493
        },
        {
            "start": 931469495,
            "stop": 931469502
        },
        {
            "start": 931469504,
            "stop": 931469548
        },
        {
            "start": 931469550,
            "stop": 931469556
        },
        {
            "start": 931469558,
            "stop": 931469563
        },
        {
            "start": 931469565,
            "stop": 931469575
        },
        {
            "start": 931469579,
            "stop": 931469590
        },
        {
            "start": 931469594,
            "stop": 931469597
        },
        {
            "start": 931469601,
            "stop": 931469603
        },
        {
            "start": 931469612,
            "stop": 931469615
        },
        {
            "start": 931469617,
            "stop": 931469623
        },
        {
            "start": 931469625,
            "stop": 931469632
        },
        {
            "start": 931469634,
            "stop": 931469644
        },
        {
            "start": 931469647,
            "stop": 931469701
        },
        {
            "start": 931469706,
            "stop": 931469712
        },
        {
            "start": 931469714,
            "stop": 931469717
        }
    ]
}