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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=101",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 102,
    "results": [
        {
            "start": 931353309,
            "stop": 931353314
        },
        {
            "start": 931353319,
            "stop": 931353450
        },
        {
            "start": 931353452,
            "stop": 931353938
        },
        {
            "start": 931353940,
            "stop": 931354022
        },
        {
            "start": 931354024,
            "stop": 931355273
        },
        {
            "start": 931355275,
            "stop": 931355690
        },
        {
            "start": 931355691,
            "stop": 931359230
        },
        {
            "start": 931359235,
            "stop": 931359284
        },
        {
            "start": 931360450,
            "stop": 931360452
        },
        {
            "start": 931360467,
            "stop": 931360468
        },
        {
            "start": 931360469,
            "stop": 931360478
        },
        {
            "start": 931360481,
            "stop": 931360487
        },
        {
            "start": 931360488,
            "stop": 931360490
        },
        {
            "start": 931360493,
            "stop": 931360502
        },
        {
            "start": 931360507,
            "stop": 931360521
        },
        {
            "start": 931360523,
            "stop": 931360528
        },
        {
            "start": 931360529,
            "stop": 931360537
        },
        {
            "start": 931360539,
            "stop": 931360546
        },
        {
            "start": 931360548,
            "stop": 931360550
        },
        {
            "start": 931360557,
            "stop": 931360569
        }
    ]
}