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_CAT1/segments?format=api&page=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=168",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 169,
    "results": [
        {
            "start": 841143114,
            "stop": 841143767
        },
        {
            "start": 841145650,
            "stop": 841147549
        },
        {
            "start": 841149597,
            "stop": 841153768
        },
        {
            "start": 841154965,
            "stop": 841160057
        },
        {
            "start": 841160997,
            "stop": 841163345
        },
        {
            "start": 841164291,
            "stop": 841168705
        },
        {
            "start": 841168788,
            "stop": 841171553
        },
        {
            "start": 841177853,
            "stop": 841178610
        },
        {
            "start": 841179002,
            "stop": 841179032
        },
        {
            "start": 841181708,
            "stop": 841186046
        },
        {
            "start": 841187269,
            "stop": 841234369
        },
        {
            "start": 841234853,
            "stop": 841236445
        },
        {
            "start": 841237642,
            "stop": 841242301
        },
        {
            "start": 841242411,
            "stop": 841242510
        },
        {
            "start": 841242930,
            "stop": 841245133
        },
        {
            "start": 841245462,
            "stop": 841245518
        },
        {
            "start": 841245818,
            "stop": 841262308
        },
        {
            "start": 841263435,
            "stop": 841305403
        },
        {
            "start": 841307432,
            "stop": 841342600
        },
        {
            "start": 841344032,
            "stop": 841376526
        }
    ]
}