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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=70",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 71,
    "results": [
        {
            "start": 817578420,
            "stop": 817578480
        },
        {
            "start": 817578780,
            "stop": 817578840
        },
        {
            "start": 817579320,
            "stop": 817579380
        },
        {
            "start": 817579440,
            "stop": 817579490
        },
        {
            "start": 817579920,
            "stop": 817580040
        },
        {
            "start": 817580100,
            "stop": 817580220
        },
        {
            "start": 817580340,
            "stop": 817580400
        },
        {
            "start": 817580820,
            "stop": 817580880
        },
        {
            "start": 817580940,
            "stop": 817581060
        },
        {
            "start": 817581120,
            "stop": 817581180
        },
        {
            "start": 817581300,
            "stop": 817581420
        },
        {
            "start": 817581720,
            "stop": 817581780
        },
        {
            "start": 817582020,
            "stop": 817582080
        },
        {
            "start": 817582200,
            "stop": 817582320
        },
        {
            "start": 817582620,
            "stop": 817582730
        },
        {
            "start": 817582980,
            "stop": 817583040
        },
        {
            "start": 817583160,
            "stop": 817583400
        },
        {
            "start": 817583520,
            "stop": 817583580
        },
        {
            "start": 817583700,
            "stop": 817583760
        },
        {
            "start": 817583820,
            "stop": 817583880
        }
    ]
}