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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=61",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 62,
    "results": [
        {
            "start": 816465663,
            "stop": 816465761
        },
        {
            "start": 816465765,
            "stop": 816465781
        },
        {
            "start": 816465788,
            "stop": 816465790
        },
        {
            "start": 816465796,
            "stop": 816465798
        },
        {
            "start": 816465804,
            "stop": 816465806
        },
        {
            "start": 816465809,
            "stop": 816465867
        },
        {
            "start": 816465871,
            "stop": 816465888
        },
        {
            "start": 816465892,
            "stop": 816465957
        },
        {
            "start": 816465962,
            "stop": 816465967
        },
        {
            "start": 816465973,
            "stop": 816466012
        },
        {
            "start": 816466017,
            "stop": 816466080
        },
        {
            "start": 816466086,
            "stop": 816466222
        },
        {
            "start": 816466226,
            "stop": 816466265
        },
        {
            "start": 816466268,
            "stop": 816466303
        },
        {
            "start": 816466309,
            "stop": 816466310
        },
        {
            "start": 816466315,
            "stop": 816466317
        },
        {
            "start": 816466321,
            "stop": 816466324
        },
        {
            "start": 816466330,
            "stop": 816466458
        },
        {
            "start": 816466462,
            "stop": 816466465
        },
        {
            "start": 816466470,
            "stop": 816466474
        }
    ]
}