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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=102",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 103,
    "results": [
        {
            "start": 931401237,
            "stop": 931401248
        },
        {
            "start": 931401250,
            "stop": 931401267
        },
        {
            "start": 931401269,
            "stop": 931401282
        },
        {
            "start": 931401284,
            "stop": 931401293
        },
        {
            "start": 931401294,
            "stop": 931401298
        },
        {
            "start": 931401300,
            "stop": 931401303
        },
        {
            "start": 931401305,
            "stop": 931401329
        },
        {
            "start": 931401330,
            "stop": 931401363
        },
        {
            "start": 931401365,
            "stop": 931401370
        },
        {
            "start": 931401371,
            "stop": 931401393
        },
        {
            "start": 931401399,
            "stop": 931401400
        },
        {
            "start": 931401402,
            "stop": 931401415
        },
        {
            "start": 931401417,
            "stop": 931401436
        },
        {
            "start": 931401438,
            "stop": 931401459
        },
        {
            "start": 931401461,
            "stop": 931401526
        },
        {
            "start": 931401528,
            "stop": 931401558
        },
        {
            "start": 931401560,
            "stop": 931401580
        },
        {
            "start": 931401582,
            "stop": 931401593
        },
        {
            "start": 931401595,
            "stop": 931401652
        },
        {
            "start": 931401655,
            "stop": 931401681
        }
    ]
}