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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=142",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 143,
    "results": [
        {
            "start": 828180828,
            "stop": 828180983
        },
        {
            "start": 828180985,
            "stop": 828181139
        },
        {
            "start": 828181141,
            "stop": 828181143
        },
        {
            "start": 828181146,
            "stop": 828181306
        },
        {
            "start": 828181311,
            "stop": 828181411
        },
        {
            "start": 828181412,
            "stop": 828181673
        },
        {
            "start": 828181675,
            "stop": 828181745
        },
        {
            "start": 828181748,
            "stop": 828181996
        },
        {
            "start": 828182822,
            "stop": 828182960
        },
        {
            "start": 828182963,
            "stop": 828183147
        },
        {
            "start": 828183149,
            "stop": 828183197
        },
        {
            "start": 828183200,
            "stop": 828183347
        },
        {
            "start": 828183349,
            "stop": 828183374
        },
        {
            "start": 828183376,
            "stop": 828183532
        },
        {
            "start": 828183534,
            "stop": 828183641
        },
        {
            "start": 828183642,
            "stop": 828183717
        },
        {
            "start": 828183719,
            "stop": 828183854
        },
        {
            "start": 828183950,
            "stop": 828184001
        },
        {
            "start": 828184003,
            "stop": 828184014
        },
        {
            "start": 828184017,
            "stop": 828184059
        }
    ]
}