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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=344",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 345,
    "results": [
        {
            "start": 867429858,
            "stop": 867434760
        },
        {
            "start": 867436369,
            "stop": 867442507
        },
        {
            "start": 867442703,
            "stop": 867443585
        },
        {
            "start": 867445011,
            "stop": 867445839
        },
        {
            "start": 867454530,
            "stop": 867454676
        },
        {
            "start": 867454809,
            "stop": 867462090
        },
        {
            "start": 867462183,
            "stop": 867487528
        },
        {
            "start": 867495195,
            "stop": 867499189
        },
        {
            "start": 867499381,
            "stop": 867503536
        },
        {
            "start": 867506176,
            "stop": 867507111
        },
        {
            "start": 867530444,
            "stop": 867532123
        },
        {
            "start": 867532207,
            "stop": 867533538
        },
        {
            "start": 867534861,
            "stop": 867536005
        },
        {
            "start": 867549674,
            "stop": 867550301
        },
        {
            "start": 867551034,
            "stop": 867552455
        },
        {
            "start": 867552563,
            "stop": 867568369
        },
        {
            "start": 867569247,
            "stop": 867587579
        },
        {
            "start": 867587759,
            "stop": 867615191
        },
        {
            "start": 867618780,
            "stop": 867618781
        },
        {
            "start": 867620333,
            "stop": 867650291
        }
    ]
}