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=6101
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=6102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6100",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6101,
    "results": [
        {
            "start": 874041741,
            "stop": 874041790
        },
        {
            "start": 874041793,
            "stop": 874042075
        },
        {
            "start": 874042078,
            "stop": 874042181
        },
        {
            "start": 874042184,
            "stop": 874042188
        },
        {
            "start": 874042191,
            "stop": 874042424
        },
        {
            "start": 874042430,
            "stop": 874042454
        },
        {
            "start": 874042457,
            "stop": 874042465
        },
        {
            "start": 874042469,
            "stop": 874042487
        },
        {
            "start": 874042491,
            "stop": 874042492
        },
        {
            "start": 874042495,
            "stop": 874042496
        },
        {
            "start": 874042500,
            "stop": 874042523
        },
        {
            "start": 874042529,
            "stop": 874042534
        },
        {
            "start": 874042537,
            "stop": 874042584
        },
        {
            "start": 874042587,
            "stop": 874042602
        },
        {
            "start": 874042608,
            "stop": 874042611
        },
        {
            "start": 874042614,
            "stop": 874042616
        },
        {
            "start": 874042619,
            "stop": 874042682
        },
        {
            "start": 874042688,
            "stop": 874042738
        },
        {
            "start": 874042741,
            "stop": 874042885
        },
        {
            "start": 874042888,
            "stop": 874042894
        }
    ]
}