Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=19",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 20,
    "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": 931528522
        },
        {
            "start": 931528523,
            "stop": 931528608
        }
    ]
}