Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=112",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 113,
    "results": [
        {
            "start": 831182632,
            "stop": 831183296
        },
        {
            "start": 831184323,
            "stop": 831191233
        },
        {
            "start": 831193098,
            "stop": 831194393
        },
        {
            "start": 831195880,
            "stop": 831200533
        },
        {
            "start": 831202376,
            "stop": 831202933
        },
        {
            "start": 831202938,
            "stop": 831202939
        },
        {
            "start": 831203671,
            "stop": 831209713
        },
        {
            "start": 831209809,
            "stop": 831209877
        },
        {
            "start": 831213252,
            "stop": 831213493
        },
        {
            "start": 831214996,
            "stop": 831215819
        },
        {
            "start": 831216852,
            "stop": 831217213
        },
        {
            "start": 831217227,
            "stop": 831217228
        },
        {
            "start": 831217451,
            "stop": 831217665
        },
        {
            "start": 831255143,
            "stop": 831255948
        },
        {
            "start": 831279997,
            "stop": 831283684
        },
        {
            "start": 831284300,
            "stop": 831291073
        },
        {
            "start": 831292589,
            "stop": 831295988
        },
        {
            "start": 831297390,
            "stop": 831299193
        },
        {
            "start": 831299197,
            "stop": 831306613
        },
        {
            "start": 831308768,
            "stop": 831310074
        }
    ]
}