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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=289",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 290,
    "results": [
        {
            "start": 856225212,
            "stop": 856250713
        },
        {
            "start": 856254208,
            "stop": 856272824
        },
        {
            "start": 856274068,
            "stop": 856279596
        },
        {
            "start": 856280387,
            "stop": 856280706
        },
        {
            "start": 856281525,
            "stop": 856282180
        },
        {
            "start": 856290585,
            "stop": 856292170
        },
        {
            "start": 856295390,
            "stop": 856295427
        },
        {
            "start": 856295552,
            "stop": 856301345
        },
        {
            "start": 856303353,
            "stop": 856307711
        },
        {
            "start": 856307812,
            "stop": 856308810
        },
        {
            "start": 856309775,
            "stop": 856317614
        },
        {
            "start": 856328207,
            "stop": 856336810
        },
        {
            "start": 856336976,
            "stop": 856342256
        },
        {
            "start": 856343487,
            "stop": 856360408
        },
        {
            "start": 856361016,
            "stop": 856363242
        },
        {
            "start": 856364372,
            "stop": 856364614
        },
        {
            "start": 856364686,
            "stop": 856384005
        },
        {
            "start": 856385660,
            "stop": 856388568
        },
        {
            "start": 856389987,
            "stop": 856423633
        },
        {
            "start": 856428217,
            "stop": 856428353
        }
    ]
}