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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5233",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5231",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5232,
    "results": [
        {
            "start": 1136367257,
            "stop": 1136367270
        },
        {
            "start": 1136367272,
            "stop": 1136367283
        },
        {
            "start": 1136367287,
            "stop": 1136367293
        },
        {
            "start": 1136367295,
            "stop": 1136367299
        },
        {
            "start": 1136367302,
            "stop": 1136367308
        },
        {
            "start": 1136367311,
            "stop": 1136367332
        },
        {
            "start": 1136367334,
            "stop": 1136367358
        },
        {
            "start": 1136367360,
            "stop": 1136367517
        },
        {
            "start": 1136367518,
            "stop": 1136367669
        },
        {
            "start": 1136367671,
            "stop": 1136367755
        },
        {
            "start": 1136367756,
            "stop": 1136367829
        },
        {
            "start": 1136367831,
            "stop": 1136367983
        },
        {
            "start": 1136367985,
            "stop": 1136368039
        },
        {
            "start": 1136368041,
            "stop": 1136368124
        },
        {
            "start": 1136368126,
            "stop": 1136368166
        },
        {
            "start": 1136368168,
            "stop": 1136368189
        },
        {
            "start": 1136368191,
            "stop": 1136368213
        },
        {
            "start": 1136368215,
            "stop": 1136368263
        },
        {
            "start": 1136368265,
            "stop": 1136368496
        },
        {
            "start": 1136368498,
            "stop": 1136368711
        }
    ]
}