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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3269",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3270,
    "results": [
        {
            "start": 873584908,
            "stop": 873585480
        },
        {
            "start": 873585540,
            "stop": 873586026
        },
        {
            "start": 873586034,
            "stop": 873586041
        },
        {
            "start": 873586044,
            "stop": 873586080
        },
        {
            "start": 873586440,
            "stop": 873586740
        },
        {
            "start": 873586800,
            "stop": 873587175
        },
        {
            "start": 873587178,
            "stop": 873591120
        },
        {
            "start": 873591376,
            "stop": 873592784
        },
        {
            "start": 873592965,
            "stop": 873595680
        },
        {
            "start": 873595740,
            "stop": 873597600
        },
        {
            "start": 873597660,
            "stop": 873598387
        },
        {
            "start": 873598393,
            "stop": 873603360
        },
        {
            "start": 873603420,
            "stop": 873603478
        },
        {
            "start": 873603481,
            "stop": 873616260
        },
        {
            "start": 873616320,
            "stop": 873617896
        },
        {
            "start": 873618210,
            "stop": 873618214
        },
        {
            "start": 873618657,
            "stop": 873627644
        },
        {
            "start": 873627825,
            "stop": 873631504
        },
        {
            "start": 873647640,
            "stop": 873647677
        },
        {
            "start": 873647683,
            "stop": 873647700
        }
    ]
}