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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=22",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 23,
    "results": [
        {
            "start": 931593293,
            "stop": 931593294
        },
        {
            "start": 931593373,
            "stop": 931593379
        },
        {
            "start": 931593480,
            "stop": 931593485
        },
        {
            "start": 931593525,
            "stop": 931593529
        },
        {
            "start": 931593567,
            "stop": 931593601
        },
        {
            "start": 931593621,
            "stop": 931593625
        },
        {
            "start": 931593678,
            "stop": 931593692
        },
        {
            "start": 931593744,
            "stop": 931593745
        },
        {
            "start": 931593792,
            "stop": 931593793
        },
        {
            "start": 931593812,
            "stop": 931593813
        },
        {
            "start": 931593853,
            "stop": 931593856
        },
        {
            "start": 931593928,
            "stop": 931593934
        },
        {
            "start": 931593953,
            "stop": 931593954
        },
        {
            "start": 931593973,
            "stop": 931593974
        },
        {
            "start": 931594032,
            "stop": 931594050
        },
        {
            "start": 931594069,
            "stop": 931594074
        },
        {
            "start": 931594594,
            "stop": 931594596
        },
        {
            "start": 931594630,
            "stop": 931594645
        },
        {
            "start": 931594711,
            "stop": 931594714
        },
        {
            "start": 931594787,
            "stop": 931594794
        }
    ]
}