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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6021",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6019",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6020,
    "results": [
        {
            "start": 873576701,
            "stop": 873576998
        },
        {
            "start": 873576999,
            "stop": 873577104
        },
        {
            "start": 873577105,
            "stop": 873577135
        },
        {
            "start": 873577136,
            "stop": 873577196
        },
        {
            "start": 873577198,
            "stop": 873578187
        },
        {
            "start": 873578189,
            "stop": 873578699
        },
        {
            "start": 873578700,
            "stop": 873578971
        },
        {
            "start": 873578973,
            "stop": 873579014
        },
        {
            "start": 873579016,
            "stop": 873579227
        },
        {
            "start": 873579229,
            "stop": 873579483
        },
        {
            "start": 873579485,
            "stop": 873580110
        },
        {
            "start": 873580111,
            "stop": 873580920
        },
        {
            "start": 873581100,
            "stop": 873581329
        },
        {
            "start": 873581487,
            "stop": 873581803
        },
        {
            "start": 873581805,
            "stop": 873582164
        },
        {
            "start": 873582285,
            "stop": 873582816
        },
        {
            "start": 873582818,
            "stop": 873584236
        },
        {
            "start": 873584238,
            "stop": 873585607
        },
        {
            "start": 873585609,
            "stop": 873585951
        },
        {
            "start": 873585953,
            "stop": 873586539
        }
    ]
}