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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=330",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 331,
    "results": [
        {
            "start": 1264934140,
            "stop": 1264934149
        },
        {
            "start": 1264934150,
            "stop": 1264934177
        },
        {
            "start": 1264934178,
            "stop": 1264934197
        },
        {
            "start": 1264934198,
            "stop": 1264934307
        },
        {
            "start": 1264934309,
            "stop": 1264934313
        },
        {
            "start": 1264934314,
            "stop": 1264934347
        },
        {
            "start": 1264934348,
            "stop": 1264938434
        },
        {
            "start": 1264938435,
            "stop": 1264939646
        },
        {
            "start": 1264939647,
            "stop": 1264940313
        },
        {
            "start": 1264940314,
            "stop": 1264942207
        },
        {
            "start": 1264942209,
            "stop": 1264942227
        },
        {
            "start": 1264942229,
            "stop": 1264942232
        },
        {
            "start": 1264942233,
            "stop": 1264942234
        },
        {
            "start": 1264942235,
            "stop": 1264942248
        },
        {
            "start": 1264942249,
            "stop": 1264942259
        },
        {
            "start": 1264942260,
            "stop": 1264942263
        },
        {
            "start": 1264942264,
            "stop": 1264942337
        },
        {
            "start": 1264942338,
            "stop": 1264943877
        },
        {
            "start": 1264943878,
            "stop": 1264944546
        },
        {
            "start": 1264944547,
            "stop": 1264945274
        }
    ]
}