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=3245
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=3246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3244",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3245,
    "results": [
        {
            "start": 872511840,
            "stop": 872513084
        },
        {
            "start": 872513385,
            "stop": 872513504
        },
        {
            "start": 872513685,
            "stop": 872514212
        },
        {
            "start": 872514215,
            "stop": 872514835
        },
        {
            "start": 872514839,
            "stop": 872515529
        },
        {
            "start": 872518631,
            "stop": 872519123
        },
        {
            "start": 872519127,
            "stop": 872519133
        },
        {
            "start": 872519136,
            "stop": 872519143
        },
        {
            "start": 872519147,
            "stop": 872519152
        },
        {
            "start": 872519155,
            "stop": 872519157
        },
        {
            "start": 872519162,
            "stop": 872520720
        },
        {
            "start": 872520780,
            "stop": 872522272
        },
        {
            "start": 872522278,
            "stop": 872522327
        },
        {
            "start": 872522333,
            "stop": 872524720
        },
        {
            "start": 872524724,
            "stop": 872525100
        },
        {
            "start": 872525160,
            "stop": 872526000
        },
        {
            "start": 872526060,
            "stop": 872526226
        },
        {
            "start": 872526229,
            "stop": 872526230
        },
        {
            "start": 872526233,
            "stop": 872526236
        },
        {
            "start": 872526241,
            "stop": 872527140
        }
    ]
}