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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=133",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 134,
    "results": [
        {
            "start": 931591426,
            "stop": 931591427
        },
        {
            "start": 931591432,
            "stop": 931591436
        },
        {
            "start": 931591439,
            "stop": 931591442
        },
        {
            "start": 931591446,
            "stop": 931591447
        },
        {
            "start": 931591452,
            "stop": 931591453
        },
        {
            "start": 931591479,
            "stop": 931591480
        },
        {
            "start": 931591488,
            "stop": 931591491
        },
        {
            "start": 931591500,
            "stop": 931591501
        },
        {
            "start": 931591504,
            "stop": 931591506
        },
        {
            "start": 931591518,
            "stop": 931591519
        },
        {
            "start": 931591522,
            "stop": 931591526
        },
        {
            "start": 931591529,
            "stop": 931591532
        },
        {
            "start": 931591547,
            "stop": 931591549
        },
        {
            "start": 931591564,
            "stop": 931591565
        },
        {
            "start": 931591574,
            "stop": 931591578
        },
        {
            "start": 931591580,
            "stop": 931591581
        },
        {
            "start": 931591600,
            "stop": 931591601
        },
        {
            "start": 931591613,
            "stop": 931591618
        },
        {
            "start": 931591621,
            "stop": 931591623
        },
        {
            "start": 931591626,
            "stop": 931591632
        }
    ]
}