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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=7",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 8,
    "results": [
        {
            "start": 1261160474,
            "stop": 1261164511
        },
        {
            "start": 1261181249,
            "stop": 1261241600
        },
        {
            "start": 1261242145,
            "stop": 1261242303
        },
        {
            "start": 1261243755,
            "stop": 1261250375
        },
        {
            "start": 1261266023,
            "stop": 1261269052
        },
        {
            "start": 1261269124,
            "stop": 1261280590
        },
        {
            "start": 1261289929,
            "stop": 1261338933
        },
        {
            "start": 1261339028,
            "stop": 1261342640
        },
        {
            "start": 1261344271,
            "stop": 1261380198
        },
        {
            "start": 1261384155,
            "stop": 1261418126
        },
        {
            "start": 1261422713,
            "stop": 1261432943
        },
        {
            "start": 1261436872,
            "stop": 1261443310
        },
        {
            "start": 1261447326,
            "stop": 1261531617
        },
        {
            "start": 1261535312,
            "stop": 1261580528
        },
        {
            "start": 1261583854,
            "stop": 1261641084
        },
        {
            "start": 1261654016,
            "stop": 1261663763
        },
        {
            "start": 1261663915,
            "stop": 1261848138
        },
        {
            "start": 1261854659,
            "stop": 1261859271
        },
        {
            "start": 1261859291,
            "stop": 1262112768
        },
        {
            "start": 1262112774,
            "stop": 1262188728
        }
    ]
}