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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6014",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6012",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6013,
    "results": [
        {
            "start": 873525532,
            "stop": 873526097
        },
        {
            "start": 873526099,
            "stop": 873526133
        },
        {
            "start": 873526134,
            "stop": 873527100
        },
        {
            "start": 873527160,
            "stop": 873527349
        },
        {
            "start": 873527350,
            "stop": 873528168
        },
        {
            "start": 873528170,
            "stop": 873529719
        },
        {
            "start": 873529721,
            "stop": 873529855
        },
        {
            "start": 873529856,
            "stop": 873531720
        },
        {
            "start": 873531722,
            "stop": 873531890
        },
        {
            "start": 873531892,
            "stop": 873532264
        },
        {
            "start": 873532266,
            "stop": 873532535
        },
        {
            "start": 873532538,
            "stop": 873532670
        },
        {
            "start": 873532671,
            "stop": 873533218
        },
        {
            "start": 873533222,
            "stop": 873533384
        },
        {
            "start": 873533388,
            "stop": 873534094
        },
        {
            "start": 873534095,
            "stop": 873534264
        },
        {
            "start": 873534987,
            "stop": 873536236
        },
        {
            "start": 873536238,
            "stop": 873537153
        },
        {
            "start": 873537155,
            "stop": 873538236
        },
        {
            "start": 873538237,
            "stop": 873538384
        }
    ]
}