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=5285
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=5286",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5284",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5285,
    "results": [
        {
            "start": 1136408618,
            "stop": 1136408636
        },
        {
            "start": 1136408640,
            "stop": 1136408662
        },
        {
            "start": 1136408664,
            "stop": 1136408667
        },
        {
            "start": 1136408669,
            "stop": 1136408677
        },
        {
            "start": 1136408679,
            "stop": 1136408688
        },
        {
            "start": 1136408690,
            "stop": 1136408695
        },
        {
            "start": 1136426299,
            "stop": 1136426381
        },
        {
            "start": 1136426383,
            "stop": 1136426393
        },
        {
            "start": 1136426395,
            "stop": 1136426406
        },
        {
            "start": 1136426408,
            "stop": 1136426421
        },
        {
            "start": 1136426423,
            "stop": 1136426447
        },
        {
            "start": 1136426449,
            "stop": 1136426477
        },
        {
            "start": 1136426479,
            "stop": 1136426560
        },
        {
            "start": 1136426562,
            "stop": 1136426622
        },
        {
            "start": 1136426624,
            "stop": 1136426653
        },
        {
            "start": 1136426655,
            "stop": 1136426665
        },
        {
            "start": 1136426667,
            "stop": 1136426686
        },
        {
            "start": 1136426688,
            "stop": 1136426697
        },
        {
            "start": 1136426699,
            "stop": 1136426700
        },
        {
            "start": 1136426702,
            "stop": 1136426711
        }
    ]
}