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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=109",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 110,
    "results": [
        {
            "start": 931673334,
            "stop": 931673345
        },
        {
            "start": 931673352,
            "stop": 931673361
        },
        {
            "start": 931673375,
            "stop": 931673379
        },
        {
            "start": 931673394,
            "stop": 931673397
        },
        {
            "start": 931673405,
            "stop": 931673408
        },
        {
            "start": 931673415,
            "stop": 931673419
        },
        {
            "start": 931673430,
            "stop": 931673437
        },
        {
            "start": 931673455,
            "stop": 931673457
        },
        {
            "start": 931673464,
            "stop": 931673468
        },
        {
            "start": 931673475,
            "stop": 931673476
        },
        {
            "start": 931673499,
            "stop": 931673500
        },
        {
            "start": 931673507,
            "stop": 931673518
        },
        {
            "start": 931673526,
            "stop": 931673529
        },
        {
            "start": 931673554,
            "stop": 931673555
        },
        {
            "start": 931673562,
            "stop": 931673583
        },
        {
            "start": 931673605,
            "stop": 931673606
        },
        {
            "start": 931673622,
            "stop": 931673633
        },
        {
            "start": 931673641,
            "stop": 931673644
        },
        {
            "start": 931673652,
            "stop": 931673656
        },
        {
            "start": 931673662,
            "stop": 931673665
        }
    ]
}