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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=31",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 32,
    "results": [
        {
            "start": 931353131,
            "stop": 931353170
        },
        {
            "start": 931353172,
            "stop": 931353173
        },
        {
            "start": 931353175,
            "stop": 931353230
        },
        {
            "start": 931353233,
            "stop": 931353237
        },
        {
            "start": 931353239,
            "stop": 931353278
        },
        {
            "start": 931353280,
            "stop": 931353292
        },
        {
            "start": 931353294,
            "stop": 931353307
        },
        {
            "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": 931360448,
            "stop": 931360452
        },
        {
            "start": 931360466,
            "stop": 931360468
        },
        {
            "start": 931360469,
            "stop": 931360487
        },
        {
            "start": 931360488,
            "stop": 931360492
        },
        {
            "start": 931360493,
            "stop": 931360502
        }
    ]
}