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=6008
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=6009",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6007",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6008,
    "results": [
        {
            "start": 873471078,
            "stop": 873471400
        },
        {
            "start": 873471760,
            "stop": 873471877
        },
        {
            "start": 873471879,
            "stop": 873472290
        },
        {
            "start": 873472291,
            "stop": 873472393
        },
        {
            "start": 873473933,
            "stop": 873475864
        },
        {
            "start": 873475866,
            "stop": 873476148
        },
        {
            "start": 873476149,
            "stop": 873476152
        },
        {
            "start": 873476153,
            "stop": 873481140
        },
        {
            "start": 873481200,
            "stop": 873482051
        },
        {
            "start": 873482052,
            "stop": 873482300
        },
        {
            "start": 873482301,
            "stop": 873486900
        },
        {
            "start": 873487850,
            "stop": 873487854
        },
        {
            "start": 873487855,
            "stop": 873487857
        },
        {
            "start": 873487858,
            "stop": 873487864
        },
        {
            "start": 873487866,
            "stop": 873487868
        },
        {
            "start": 873487869,
            "stop": 873487934
        },
        {
            "start": 873487935,
            "stop": 873489137
        },
        {
            "start": 873489138,
            "stop": 873489607
        },
        {
            "start": 873489608,
            "stop": 873489846
        },
        {
            "start": 873489847,
            "stop": 873489857
        }
    ]
}