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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46912",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46910",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46911,
    "results": [
        {
            "start": 875185078,
            "stop": 875185081
        },
        {
            "start": 875185082,
            "stop": 875185109
        },
        {
            "start": 875185110,
            "stop": 875185121
        },
        {
            "start": 875185122,
            "stop": 875185127
        },
        {
            "start": 875185128,
            "stop": 875185145
        },
        {
            "start": 875185146,
            "stop": 875185149
        },
        {
            "start": 875185150,
            "stop": 875185190
        },
        {
            "start": 875185192,
            "stop": 875185220
        },
        {
            "start": 875185221,
            "stop": 875185270
        },
        {
            "start": 875185271,
            "stop": 875185415
        },
        {
            "start": 875185416,
            "stop": 875185439
        },
        {
            "start": 875185440,
            "stop": 875185467
        },
        {
            "start": 875185468,
            "stop": 875185479
        },
        {
            "start": 875185481,
            "stop": 875185489
        },
        {
            "start": 875185490,
            "stop": 875185689
        },
        {
            "start": 875185691,
            "stop": 875185807
        },
        {
            "start": 875185809,
            "stop": 875185834
        },
        {
            "start": 875185835,
            "stop": 875185837
        },
        {
            "start": 875185838,
            "stop": 875185868
        },
        {
            "start": 875185869,
            "stop": 875185953
        }
    ]
}