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=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=185",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 186,
    "results": [
        {
            "start": 840652833,
            "stop": 840667093
        },
        {
            "start": 840668579,
            "stop": 840673130
        },
        {
            "start": 840677421,
            "stop": 840694447
        },
        {
            "start": 840697453,
            "stop": 840698233
        },
        {
            "start": 840698277,
            "stop": 840698279
        },
        {
            "start": 840699451,
            "stop": 840710533
        },
        {
            "start": 840711851,
            "stop": 840725289
        },
        {
            "start": 840728054,
            "stop": 840735193
        },
        {
            "start": 840735226,
            "stop": 840735227
        },
        {
            "start": 840735330,
            "stop": 840743110
        },
        {
            "start": 840746118,
            "stop": 840749773
        },
        {
            "start": 840753581,
            "stop": 840759909
        },
        {
            "start": 840760539,
            "stop": 840761953
        },
        {
            "start": 840763332,
            "stop": 840784011
        },
        {
            "start": 840784873,
            "stop": 840798673
        },
        {
            "start": 840798715,
            "stop": 840798717
        },
        {
            "start": 840798815,
            "stop": 840798866
        },
        {
            "start": 840799513,
            "stop": 840799906
        },
        {
            "start": 840802338,
            "stop": 840802753
        },
        {
            "start": 840836062,
            "stop": 840841440
        }
    ]
}