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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6029",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6027",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6028,
    "results": [
        {
            "start": 873630972,
            "stop": 873631729
        },
        {
            "start": 873631730,
            "stop": 873631817
        },
        {
            "start": 873658252,
            "stop": 873658253
        },
        {
            "start": 873658256,
            "stop": 873658257
        },
        {
            "start": 873658331,
            "stop": 873658333
        },
        {
            "start": 873658336,
            "stop": 873658337
        },
        {
            "start": 873658342,
            "stop": 873658343
        },
        {
            "start": 873658344,
            "stop": 873658348
        },
        {
            "start": 873658349,
            "stop": 873658351
        },
        {
            "start": 873658352,
            "stop": 873658354
        },
        {
            "start": 873658355,
            "stop": 873658358
        },
        {
            "start": 873658359,
            "stop": 873658366
        },
        {
            "start": 873658371,
            "stop": 873658379
        },
        {
            "start": 873658380,
            "stop": 873658381
        },
        {
            "start": 873658385,
            "stop": 873658389
        },
        {
            "start": 873658394,
            "stop": 873658395
        },
        {
            "start": 873658397,
            "stop": 873658402
        },
        {
            "start": 873658403,
            "stop": 873658404
        },
        {
            "start": 873658405,
            "stop": 873658409
        },
        {
            "start": 873658410,
            "stop": 873658412
        }
    ]
}