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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=307",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 308,
    "results": [
        {
            "start": 822877048,
            "stop": 822877077
        },
        {
            "start": 822877082,
            "stop": 822877279
        },
        {
            "start": 822877282,
            "stop": 822877283
        },
        {
            "start": 822877292,
            "stop": 822877349
        },
        {
            "start": 822877353,
            "stop": 822877428
        },
        {
            "start": 822877560,
            "stop": 822877624
        },
        {
            "start": 822877627,
            "stop": 822877718
        },
        {
            "start": 822877722,
            "stop": 822877837
        },
        {
            "start": 822877841,
            "stop": 822877860
        },
        {
            "start": 822878040,
            "stop": 822878076
        },
        {
            "start": 822878079,
            "stop": 822878435
        },
        {
            "start": 822878438,
            "stop": 822879060
        },
        {
            "start": 822879120,
            "stop": 822879439
        },
        {
            "start": 822879443,
            "stop": 822879758
        },
        {
            "start": 822879762,
            "stop": 822879785
        },
        {
            "start": 822879788,
            "stop": 822879858
        },
        {
            "start": 822879862,
            "stop": 822880674
        },
        {
            "start": 822880677,
            "stop": 822881021
        },
        {
            "start": 822881024,
            "stop": 822881042
        },
        {
            "start": 822881045,
            "stop": 822881171
        }
    ]
}