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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=59",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 60,
    "results": [
        {
            "start": 931270041,
            "stop": 931270042
        },
        {
            "start": 931270044,
            "stop": 931270050
        },
        {
            "start": 931270052,
            "stop": 931270058
        },
        {
            "start": 931270060,
            "stop": 931270066
        },
        {
            "start": 931270069,
            "stop": 931270070
        },
        {
            "start": 931270079,
            "stop": 931270083
        },
        {
            "start": 931270085,
            "stop": 931270087
        },
        {
            "start": 931270090,
            "stop": 931270091
        },
        {
            "start": 931270108,
            "stop": 931270110
        },
        {
            "start": 931270129,
            "stop": 931270132
        },
        {
            "start": 931270149,
            "stop": 931270150
        },
        {
            "start": 931270198,
            "stop": 931270199
        },
        {
            "start": 931270229,
            "stop": 931270233
        },
        {
            "start": 931270239,
            "stop": 931270240
        },
        {
            "start": 931270242,
            "stop": 931270248
        },
        {
            "start": 931270253,
            "stop": 931270254
        },
        {
            "start": 931270256,
            "stop": 931270262
        },
        {
            "start": 931270264,
            "stop": 931270268
        },
        {
            "start": 931270270,
            "stop": 931270285
        },
        {
            "start": 931270286,
            "stop": 931270287
        }
    ]
}