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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=132",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 133,
    "results": [
        {
            "start": 838766870,
            "stop": 838767486
        },
        {
            "start": 838768942,
            "stop": 838779553
        },
        {
            "start": 838781060,
            "stop": 838781984
        },
        {
            "start": 838783294,
            "stop": 838803186
        },
        {
            "start": 838803958,
            "stop": 838816417
        },
        {
            "start": 838819436,
            "stop": 838831707
        },
        {
            "start": 838831985,
            "stop": 838839973
        },
        {
            "start": 838841376,
            "stop": 838847186
        },
        {
            "start": 838847988,
            "stop": 838851001
        },
        {
            "start": 838851110,
            "stop": 838851238
        },
        {
            "start": 838853202,
            "stop": 838854310
        },
        {
            "start": 838859713,
            "stop": 838865492
        },
        {
            "start": 838865784,
            "stop": 838867001
        },
        {
            "start": 838868602,
            "stop": 838869512
        },
        {
            "start": 838870533,
            "stop": 838885569
        },
        {
            "start": 838886341,
            "stop": 838888610
        },
        {
            "start": 838888758,
            "stop": 838900534
        },
        {
            "start": 838901585,
            "stop": 838905515
        },
        {
            "start": 838945244,
            "stop": 838947647
        },
        {
            "start": 838947966,
            "stop": 838952482
        }
    ]
}