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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=571",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=569",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 570,
    "results": [
        {
            "start": 1186762026,
            "stop": 1186769240
        },
        {
            "start": 1186769243,
            "stop": 1186776616
        },
        {
            "start": 1186776619,
            "stop": 1186777447
        },
        {
            "start": 1186777450,
            "stop": 1186777452
        },
        {
            "start": 1186777455,
            "stop": 1186784710
        },
        {
            "start": 1186784713,
            "stop": 1186788992
        },
        {
            "start": 1186788995,
            "stop": 1186789111
        },
        {
            "start": 1186789115,
            "stop": 1186789162
        },
        {
            "start": 1186789165,
            "stop": 1186789169
        },
        {
            "start": 1186789173,
            "stop": 1186791136
        },
        {
            "start": 1186791140,
            "stop": 1186792523
        },
        {
            "start": 1186792527,
            "stop": 1186797575
        },
        {
            "start": 1186797578,
            "stop": 1186803491
        },
        {
            "start": 1186803494,
            "stop": 1186807201
        },
        {
            "start": 1186807204,
            "stop": 1186815120
        },
        {
            "start": 1186815900,
            "stop": 1186825265
        },
        {
            "start": 1186825447,
            "stop": 1186836544
        },
        {
            "start": 1186836548,
            "stop": 1186842159
        },
        {
            "start": 1186842162,
            "stop": 1186843126
        },
        {
            "start": 1186843130,
            "stop": 1186843511
        }
    ]
}