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=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=251",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 252,
    "results": [
        {
            "start": 931467400,
            "stop": 931467402
        },
        {
            "start": 931467404,
            "stop": 931467452
        },
        {
            "start": 931467454,
            "stop": 931467461
        },
        {
            "start": 931467467,
            "stop": 931467473
        },
        {
            "start": 931467475,
            "stop": 931467479
        },
        {
            "start": 931467481,
            "stop": 931467483
        },
        {
            "start": 931467485,
            "stop": 931467496
        },
        {
            "start": 931467498,
            "stop": 931467504
        },
        {
            "start": 931467506,
            "stop": 931467508
        },
        {
            "start": 931467513,
            "stop": 931467520
        },
        {
            "start": 931467525,
            "stop": 931467528
        },
        {
            "start": 931467530,
            "stop": 931467549
        },
        {
            "start": 931467551,
            "stop": 931467559
        },
        {
            "start": 931467563,
            "stop": 931467567
        },
        {
            "start": 931467570,
            "stop": 931467571
        },
        {
            "start": 931467573,
            "stop": 931467578
        },
        {
            "start": 931467581,
            "stop": 931467585
        },
        {
            "start": 931467587,
            "stop": 931467592
        },
        {
            "start": 931467594,
            "stop": 931467595
        },
        {
            "start": 931467597,
            "stop": 931467602
        }
    ]
}