Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3018
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3019",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3017",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3018,
    "results": [
        {
            "start": 863352420,
            "stop": 863353177
        },
        {
            "start": 863353188,
            "stop": 863353192
        },
        {
            "start": 863353198,
            "stop": 863353200
        },
        {
            "start": 863353260,
            "stop": 863353270
        },
        {
            "start": 863353275,
            "stop": 863354357
        },
        {
            "start": 863354361,
            "stop": 863359860
        },
        {
            "start": 863360040,
            "stop": 863362220
        },
        {
            "start": 863362225,
            "stop": 863363760
        },
        {
            "start": 863363820,
            "stop": 863363880
        },
        {
            "start": 863364000,
            "stop": 863365440
        },
        {
            "start": 863365500,
            "stop": 863366465
        },
        {
            "start": 863366470,
            "stop": 863366882
        },
        {
            "start": 863366888,
            "stop": 863366940
        },
        {
            "start": 863367000,
            "stop": 863367780
        },
        {
            "start": 863367840,
            "stop": 863367903
        },
        {
            "start": 863368020,
            "stop": 863368046
        },
        {
            "start": 863368047,
            "stop": 863369520
        },
        {
            "start": 863369580,
            "stop": 863371682
        },
        {
            "start": 863372329,
            "stop": 863374500
        },
        {
            "start": 863374560,
            "stop": 863375264
        }
    ]
}