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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=70",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 71,
    "results": [
        {
            "start": 816476077,
            "stop": 816476079
        },
        {
            "start": 816476083,
            "stop": 816476087
        },
        {
            "start": 816476092,
            "stop": 816476143
        },
        {
            "start": 816476147,
            "stop": 816476149
        },
        {
            "start": 816476159,
            "stop": 816476161
        },
        {
            "start": 816476167,
            "stop": 816476244
        },
        {
            "start": 816476248,
            "stop": 816476261
        },
        {
            "start": 816476267,
            "stop": 816476284
        },
        {
            "start": 816476288,
            "stop": 816476340
        },
        {
            "start": 816476344,
            "stop": 816476570
        },
        {
            "start": 816476578,
            "stop": 816476580
        },
        {
            "start": 816476586,
            "stop": 816476636
        },
        {
            "start": 816476641,
            "stop": 816476645
        },
        {
            "start": 816476649,
            "stop": 816476652
        },
        {
            "start": 816476675,
            "stop": 816476718
        },
        {
            "start": 816476722,
            "stop": 816476725
        },
        {
            "start": 816476729,
            "stop": 816476740
        },
        {
            "start": 816476747,
            "stop": 816476752
        },
        {
            "start": 816476762,
            "stop": 816476780
        },
        {
            "start": 816476786,
            "stop": 816476788
        }
    ]
}