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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=44",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 45,
    "results": [
        {
            "start": 931189164,
            "stop": 931189193
        },
        {
            "start": 931189195,
            "stop": 931189196
        },
        {
            "start": 931189199,
            "stop": 931189209
        },
        {
            "start": 931189213,
            "stop": 931189214
        },
        {
            "start": 931189216,
            "stop": 931189217
        },
        {
            "start": 931189222,
            "stop": 931189223
        },
        {
            "start": 931189225,
            "stop": 931189226
        },
        {
            "start": 931189228,
            "stop": 931189234
        },
        {
            "start": 931189236,
            "stop": 931189243
        },
        {
            "start": 931189245,
            "stop": 931189247
        },
        {
            "start": 931189251,
            "stop": 931189259
        },
        {
            "start": 931189260,
            "stop": 931189262
        },
        {
            "start": 931189266,
            "stop": 931189284
        },
        {
            "start": 931189286,
            "stop": 931189298
        },
        {
            "start": 931189299,
            "stop": 931189312
        },
        {
            "start": 931189314,
            "stop": 931189315
        },
        {
            "start": 931189320,
            "stop": 931189321
        },
        {
            "start": 931189324,
            "stop": 931189327
        },
        {
            "start": 931189329,
            "stop": 931189330
        },
        {
            "start": 931189336,
            "stop": 931189339
        }
    ]
}