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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5881",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5879",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5880,
    "results": [
        {
            "start": 874817073,
            "stop": 874817231
        },
        {
            "start": 874817236,
            "stop": 874817239
        },
        {
            "start": 874817242,
            "stop": 874817303
        },
        {
            "start": 874817306,
            "stop": 874817323
        },
        {
            "start": 874817326,
            "stop": 874817358
        },
        {
            "start": 874817361,
            "stop": 874817420
        },
        {
            "start": 874817423,
            "stop": 874817430
        },
        {
            "start": 874817433,
            "stop": 874817471
        },
        {
            "start": 874817474,
            "stop": 874817481
        },
        {
            "start": 874817484,
            "stop": 874817499
        },
        {
            "start": 874819487,
            "stop": 874822350
        },
        {
            "start": 874822353,
            "stop": 874822570
        },
        {
            "start": 874822573,
            "stop": 874823287
        },
        {
            "start": 874823290,
            "stop": 874823978
        },
        {
            "start": 874823981,
            "stop": 874825604
        },
        {
            "start": 874825607,
            "stop": 874826371
        },
        {
            "start": 874826374,
            "stop": 874826377
        },
        {
            "start": 874826380,
            "stop": 874826627
        },
        {
            "start": 874826630,
            "stop": 874827084
        },
        {
            "start": 874827087,
            "stop": 874827123
        }
    ]
}