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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=92",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 93,
    "results": [
        {
            "start": 1134757832,
            "stop": 1134765230
        },
        {
            "start": 1134765238,
            "stop": 1134766101
        },
        {
            "start": 1134766109,
            "stop": 1134768190
        },
        {
            "start": 1134772038,
            "stop": 1134773506
        },
        {
            "start": 1134773514,
            "stop": 1134774977
        },
        {
            "start": 1134775104,
            "stop": 1134775122
        },
        {
            "start": 1134775126,
            "stop": 1134775175
        },
        {
            "start": 1134775188,
            "stop": 1134775220
        },
        {
            "start": 1134775224,
            "stop": 1134775234
        },
        {
            "start": 1134775237,
            "stop": 1134775246
        },
        {
            "start": 1134775253,
            "stop": 1134775261
        },
        {
            "start": 1134775264,
            "stop": 1134775265
        },
        {
            "start": 1134784603,
            "stop": 1134784722
        },
        {
            "start": 1134784887,
            "stop": 1134784920
        },
        {
            "start": 1134784923,
            "stop": 1134784957
        },
        {
            "start": 1134784960,
            "stop": 1134784972
        },
        {
            "start": 1134784978,
            "stop": 1134784979
        },
        {
            "start": 1134784992,
            "stop": 1134784994
        },
        {
            "start": 1134784997,
            "stop": 1134785004
        },
        {
            "start": 1134785007,
            "stop": 1134785011
        }
    ]
}