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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=373",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 374,
    "results": [
        {
            "start": 857734025,
            "stop": 857734034
        },
        {
            "start": 857734035,
            "stop": 857734105
        },
        {
            "start": 857734107,
            "stop": 857734112
        },
        {
            "start": 857734114,
            "stop": 857734142
        },
        {
            "start": 857734143,
            "stop": 857734149
        },
        {
            "start": 857734152,
            "stop": 857734167
        },
        {
            "start": 857734168,
            "stop": 857734175
        },
        {
            "start": 857734176,
            "stop": 857734178
        },
        {
            "start": 857734182,
            "stop": 857734188
        },
        {
            "start": 857734191,
            "stop": 857734196
        },
        {
            "start": 857734197,
            "stop": 857734209
        },
        {
            "start": 857734211,
            "stop": 857734212
        },
        {
            "start": 857734231,
            "stop": 857734232
        },
        {
            "start": 857734298,
            "stop": 857734299
        },
        {
            "start": 857734300,
            "stop": 857734311
        },
        {
            "start": 857734312,
            "stop": 857734400
        },
        {
            "start": 857734402,
            "stop": 857734403
        },
        {
            "start": 857734404,
            "stop": 857734491
        },
        {
            "start": 857734492,
            "stop": 857734505
        },
        {
            "start": 857734506,
            "stop": 857734510
        }
    ]
}