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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=284",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 285,
    "results": [
        {
            "start": 931512423,
            "stop": 931512431
        },
        {
            "start": 931512517,
            "stop": 931512522
        },
        {
            "start": 931512577,
            "stop": 931512582
        },
        {
            "start": 931512601,
            "stop": 931512639
        },
        {
            "start": 931512689,
            "stop": 931512690
        },
        {
            "start": 931512722,
            "stop": 931512751
        },
        {
            "start": 931512859,
            "stop": 931512866
        },
        {
            "start": 931512885,
            "stop": 931512917
        },
        {
            "start": 931513014,
            "stop": 931513040
        },
        {
            "start": 931513182,
            "stop": 931513185
        },
        {
            "start": 931513352,
            "stop": 931513377
        },
        {
            "start": 931513396,
            "stop": 931513402
        },
        {
            "start": 931513460,
            "stop": 931513466
        },
        {
            "start": 931513485,
            "stop": 931513493
        },
        {
            "start": 931513517,
            "stop": 931513532
        },
        {
            "start": 931513561,
            "stop": 931513572
        },
        {
            "start": 931527621,
            "stop": 931527972
        },
        {
            "start": 931527991,
            "stop": 931528083
        },
        {
            "start": 931528101,
            "stop": 931528389
        },
        {
            "start": 931528392,
            "stop": 931528394
        }
    ]
}