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=36
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=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=35",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 36,
    "results": [
        {
            "start": 931174560,
            "stop": 931174564
        },
        {
            "start": 931174566,
            "stop": 931174569
        },
        {
            "start": 931174571,
            "stop": 931174572
        },
        {
            "start": 931174574,
            "stop": 931174586
        },
        {
            "start": 931174592,
            "stop": 931174598
        },
        {
            "start": 931174599,
            "stop": 931174600
        },
        {
            "start": 931174613,
            "stop": 931174614
        },
        {
            "start": 931174617,
            "stop": 931174620
        },
        {
            "start": 931174622,
            "stop": 931174623
        },
        {
            "start": 931174625,
            "stop": 931174629
        },
        {
            "start": 931174633,
            "stop": 931174651
        },
        {
            "start": 931174654,
            "stop": 931174656
        },
        {
            "start": 931174657,
            "stop": 931174675
        },
        {
            "start": 931174677,
            "stop": 931174687
        },
        {
            "start": 931174692,
            "stop": 931174704
        },
        {
            "start": 931174706,
            "stop": 931174729
        },
        {
            "start": 931174730,
            "stop": 931175026
        },
        {
            "start": 931175028,
            "stop": 931175515
        },
        {
            "start": 931175517,
            "stop": 931176287
        },
        {
            "start": 931176289,
            "stop": 931176594
        }
    ]
}