Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7570
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7571",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7569",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7570,
    "results": [
        {
            "start": 970490081,
            "stop": 970490082
        },
        {
            "start": 970490085,
            "stop": 970490086
        },
        {
            "start": 970490090,
            "stop": 970490091
        },
        {
            "start": 970490095,
            "stop": 970490100
        },
        {
            "start": 970490106,
            "stop": 970490108
        },
        {
            "start": 970490115,
            "stop": 970490126
        },
        {
            "start": 970490129,
            "stop": 970490139
        },
        {
            "start": 970490142,
            "stop": 970490143
        },
        {
            "start": 970490146,
            "stop": 970490163
        },
        {
            "start": 970490166,
            "stop": 970490169
        },
        {
            "start": 970490172,
            "stop": 970490174
        },
        {
            "start": 970490177,
            "stop": 970490179
        },
        {
            "start": 970490182,
            "stop": 970490188
        },
        {
            "start": 970490191,
            "stop": 970490195
        },
        {
            "start": 970490200,
            "stop": 970490202
        },
        {
            "start": 970490207,
            "stop": 970490209
        },
        {
            "start": 970490212,
            "stop": 970490213
        },
        {
            "start": 970490216,
            "stop": 970490217
        },
        {
            "start": 970490235,
            "stop": 970490239
        },
        {
            "start": 970490242,
            "stop": 970490248
        }
    ]
}