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=506
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=507",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=505",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 506,
    "results": [
        {
            "start": 961651627,
            "stop": 961655613
        },
        {
            "start": 961657355,
            "stop": 961659225
        },
        {
            "start": 961661612,
            "stop": 961664938
        },
        {
            "start": 961669268,
            "stop": 961683024
        },
        {
            "start": 961684473,
            "stop": 961703260
        },
        {
            "start": 961703261,
            "stop": 961710457
        },
        {
            "start": 961712768,
            "stop": 961715240
        },
        {
            "start": 961715241,
            "stop": 961717688
        },
        {
            "start": 961720002,
            "stop": 961724624
        },
        {
            "start": 961737304,
            "stop": 961741913
        },
        {
            "start": 961741914,
            "stop": 961742464
        },
        {
            "start": 961745524,
            "stop": 961751277
        },
        {
            "start": 961754202,
            "stop": 961757507
        },
        {
            "start": 961759540,
            "stop": 961769060
        },
        {
            "start": 961769100,
            "stop": 961776164
        },
        {
            "start": 961778359,
            "stop": 961780370
        },
        {
            "start": 961782387,
            "stop": 961782627
        },
        {
            "start": 961782667,
            "stop": 961787455
        },
        {
            "start": 961789812,
            "stop": 961792460
        },
        {
            "start": 961792462,
            "stop": 961792751
        }
    ]
}