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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=40",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 41,
    "results": [
        {
            "start": 931187586,
            "stop": 931187620
        },
        {
            "start": 931187622,
            "stop": 931187635
        },
        {
            "start": 931187636,
            "stop": 931187637
        },
        {
            "start": 931187639,
            "stop": 931187640
        },
        {
            "start": 931187642,
            "stop": 931187644
        },
        {
            "start": 931187646,
            "stop": 931187654
        },
        {
            "start": 931187656,
            "stop": 931187681
        },
        {
            "start": 931187683,
            "stop": 931187763
        },
        {
            "start": 931187766,
            "stop": 931187792
        },
        {
            "start": 931187796,
            "stop": 931187848
        },
        {
            "start": 931187850,
            "stop": 931187852
        },
        {
            "start": 931187854,
            "stop": 931187877
        },
        {
            "start": 931187878,
            "stop": 931187879
        },
        {
            "start": 931187881,
            "stop": 931187882
        },
        {
            "start": 931187884,
            "stop": 931187887
        },
        {
            "start": 931187890,
            "stop": 931187910
        },
        {
            "start": 931187914,
            "stop": 931187916
        },
        {
            "start": 931187918,
            "stop": 931188024
        },
        {
            "start": 931188026,
            "stop": 931188039
        },
        {
            "start": 931188041,
            "stop": 931188042
        }
    ]
}