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=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=308",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 309,
    "results": [
        {
            "start": 866578919,
            "stop": 866578988
        },
        {
            "start": 866579691,
            "stop": 866579733
        },
        {
            "start": 866580514,
            "stop": 866581316
        },
        {
            "start": 866581616,
            "stop": 866583373
        },
        {
            "start": 866587207,
            "stop": 866593661
        },
        {
            "start": 866593961,
            "stop": 866600405
        },
        {
            "start": 866600705,
            "stop": 866601102
        },
        {
            "start": 866601634,
            "stop": 866601786
        },
        {
            "start": 866602429,
            "stop": 866602693
        },
        {
            "start": 866602993,
            "stop": 866603852
        },
        {
            "start": 866604408,
            "stop": 866604799
        },
        {
            "start": 866606199,
            "stop": 866606649
        },
        {
            "start": 866606949,
            "stop": 866651000
        },
        {
            "start": 866651001,
            "stop": 866651429
        },
        {
            "start": 866659969,
            "stop": 866672556
        },
        {
            "start": 866672856,
            "stop": 866673212
        },
        {
            "start": 866673652,
            "stop": 866673913
        },
        {
            "start": 866674623,
            "stop": 866685943
        },
        {
            "start": 866685945,
            "stop": 866698368
        },
        {
            "start": 866698668,
            "stop": 866711116
        }
    ]
}