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=16830
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=16831",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16829",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16830,
    "results": [
        {
            "start": 875222160,
            "stop": 875222163
        },
        {
            "start": 875222165,
            "stop": 875222206
        },
        {
            "start": 875222209,
            "stop": 875222211
        },
        {
            "start": 875222213,
            "stop": 875222330
        },
        {
            "start": 875222334,
            "stop": 875222720
        },
        {
            "start": 875222721,
            "stop": 875222886
        },
        {
            "start": 875222888,
            "stop": 875222892
        },
        {
            "start": 875222893,
            "stop": 875222926
        },
        {
            "start": 875222928,
            "stop": 875222950
        },
        {
            "start": 875222951,
            "stop": 875223031
        },
        {
            "start": 875223034,
            "stop": 875223088
        },
        {
            "start": 875223089,
            "stop": 875223128
        },
        {
            "start": 875223129,
            "stop": 875223149
        },
        {
            "start": 875223152,
            "stop": 875223398
        },
        {
            "start": 875223400,
            "stop": 875223719
        },
        {
            "start": 875223721,
            "stop": 875223752
        },
        {
            "start": 875223972,
            "stop": 875224024
        },
        {
            "start": 875224025,
            "stop": 875224257
        },
        {
            "start": 875224260,
            "stop": 875224367
        },
        {
            "start": 875224368,
            "stop": 875224434
        }
    ]
}