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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=279",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 280,
    "results": [
        {
            "start": 867442703,
            "stop": 867443608
        },
        {
            "start": 867445011,
            "stop": 867445839
        },
        {
            "start": 867454530,
            "stop": 867454676
        },
        {
            "start": 867454809,
            "stop": 867462090
        },
        {
            "start": 867462183,
            "stop": 867487551
        },
        {
            "start": 867495195,
            "stop": 867499189
        },
        {
            "start": 867499381,
            "stop": 867503559
        },
        {
            "start": 867506176,
            "stop": 867507134
        },
        {
            "start": 867530444,
            "stop": 867532123
        },
        {
            "start": 867532207,
            "stop": 867533561
        },
        {
            "start": 867534861,
            "stop": 867536029
        },
        {
            "start": 867549674,
            "stop": 867550325
        },
        {
            "start": 867551034,
            "stop": 867552455
        },
        {
            "start": 867552563,
            "stop": 867568369
        },
        {
            "start": 867569247,
            "stop": 867587579
        },
        {
            "start": 867587759,
            "stop": 867615215
        },
        {
            "start": 867618780,
            "stop": 867618804
        },
        {
            "start": 867620333,
            "stop": 867650291
        },
        {
            "start": 867650514,
            "stop": 867653870
        },
        {
            "start": 867655415,
            "stop": 867670199
        }
    ]
}