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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=295",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 296,
    "results": [
        {
            "start": 864595062,
            "stop": 864600640
        },
        {
            "start": 864600643,
            "stop": 864600692
        },
        {
            "start": 864600694,
            "stop": 864604554
        },
        {
            "start": 864604664,
            "stop": 864605629
        },
        {
            "start": 864605929,
            "stop": 864606637
        },
        {
            "start": 864607754,
            "stop": 864607773
        },
        {
            "start": 864608173,
            "stop": 864608706
        },
        {
            "start": 864608802,
            "stop": 864612133
        },
        {
            "start": 864613018,
            "stop": 864627982
        },
        {
            "start": 864628313,
            "stop": 864671221
        },
        {
            "start": 864671453,
            "stop": 864673161
        },
        {
            "start": 864674343,
            "stop": 864678386
        },
        {
            "start": 864678686,
            "stop": 864746563
        },
        {
            "start": 864746754,
            "stop": 864750887
        },
        {
            "start": 864752152,
            "stop": 864753027
        },
        {
            "start": 864753327,
            "stop": 864753332
        },
        {
            "start": 864754103,
            "stop": 864754122
        },
        {
            "start": 864754422,
            "stop": 864754434
        },
        {
            "start": 864754800,
            "stop": 864755859
        },
        {
            "start": 864755861,
            "stop": 864761230
        }
    ]
}