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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=48",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 49,
    "results": [
        {
            "start": 816943107,
            "stop": 816943562
        },
        {
            "start": 816943566,
            "stop": 816943605
        },
        {
            "start": 816943608,
            "stop": 816945426
        },
        {
            "start": 816945430,
            "stop": 816945434
        },
        {
            "start": 816945440,
            "stop": 816947679
        },
        {
            "start": 816947682,
            "stop": 816953970
        },
        {
            "start": 816954930,
            "stop": 816956867
        },
        {
            "start": 816956869,
            "stop": 816963477
        },
        {
            "start": 816963480,
            "stop": 816965175
        },
        {
            "start": 816965178,
            "stop": 816965542
        },
        {
            "start": 816965545,
            "stop": 816965547
        },
        {
            "start": 816965551,
            "stop": 816965726
        },
        {
            "start": 816965729,
            "stop": 816965948
        },
        {
            "start": 816965951,
            "stop": 816966220
        },
        {
            "start": 816966223,
            "stop": 816966317
        },
        {
            "start": 816971577,
            "stop": 816971587
        },
        {
            "start": 816971590,
            "stop": 816972068
        },
        {
            "start": 816972072,
            "stop": 816973402
        },
        {
            "start": 816973405,
            "stop": 816974862
        },
        {
            "start": 816974866,
            "stop": 816975014
        }
    ]
}