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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=720",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=718",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 719,
    "results": [
        {
            "start": 868389872,
            "stop": 868390380
        },
        {
            "start": 868390385,
            "stop": 868391070
        },
        {
            "start": 868391130,
            "stop": 868391911
        },
        {
            "start": 868392925,
            "stop": 868398926
        },
        {
            "start": 868402763,
            "stop": 868411927
        },
        {
            "start": 868411934,
            "stop": 868417434
        },
        {
            "start": 868417452,
            "stop": 868420110
        },
        {
            "start": 868420230,
            "stop": 868472284
        },
        {
            "start": 868473799,
            "stop": 868484370
        },
        {
            "start": 868484490,
            "stop": 868527524
        },
        {
            "start": 868529398,
            "stop": 868540410
        },
        {
            "start": 868540470,
            "stop": 868540480
        },
        {
            "start": 868546706,
            "stop": 868549943
        },
        {
            "start": 868549948,
            "stop": 868584210
        },
        {
            "start": 868584270,
            "stop": 868584287
        },
        {
            "start": 868585397,
            "stop": 868602704
        },
        {
            "start": 868605018,
            "stop": 868608376
        },
        {
            "start": 868609085,
            "stop": 868612597
        },
        {
            "start": 868614316,
            "stop": 868618650
        },
        {
            "start": 868618710,
            "stop": 868623744
        }
    ]
}