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=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=95",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 96,
    "results": [
        {
            "start": 818702160,
            "stop": 818702220
        },
        {
            "start": 818702280,
            "stop": 818702340
        },
        {
            "start": 818702400,
            "stop": 818703300
        },
        {
            "start": 818703360,
            "stop": 818703420
        },
        {
            "start": 818703600,
            "stop": 818703720
        },
        {
            "start": 818703840,
            "stop": 818704140
        },
        {
            "start": 818704200,
            "stop": 818704500
        },
        {
            "start": 818704560,
            "stop": 818704680
        },
        {
            "start": 818704740,
            "stop": 818704980
        },
        {
            "start": 818705040,
            "stop": 818705580
        },
        {
            "start": 818705640,
            "stop": 818705880
        },
        {
            "start": 818705940,
            "stop": 818706240
        },
        {
            "start": 818706300,
            "stop": 818706540
        },
        {
            "start": 818706600,
            "stop": 818706780
        },
        {
            "start": 818706840,
            "stop": 818707440
        },
        {
            "start": 818707560,
            "stop": 818708700
        },
        {
            "start": 818708760,
            "stop": 818709420
        },
        {
            "start": 818709540,
            "stop": 818712013
        },
        {
            "start": 818712375,
            "stop": 818713140
        },
        {
            "start": 818713200,
            "stop": 818713500
        }
    ]
}