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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=269",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 270,
    "results": [
        {
            "start": 1264623105,
            "stop": 1264623239
        },
        {
            "start": 1264623240,
            "stop": 1264623247
        },
        {
            "start": 1264623251,
            "stop": 1264623253
        },
        {
            "start": 1264623255,
            "stop": 1264623259
        },
        {
            "start": 1264623261,
            "stop": 1264623262
        },
        {
            "start": 1264623263,
            "stop": 1264623265
        },
        {
            "start": 1264623267,
            "stop": 1264623268
        },
        {
            "start": 1264623269,
            "stop": 1264623270
        },
        {
            "start": 1264623272,
            "stop": 1264623275
        },
        {
            "start": 1264623277,
            "stop": 1264623283
        },
        {
            "start": 1264623284,
            "stop": 1264623293
        },
        {
            "start": 1264623298,
            "stop": 1264623299
        },
        {
            "start": 1264623301,
            "stop": 1264623302
        },
        {
            "start": 1264623303,
            "stop": 1264623304
        },
        {
            "start": 1264623305,
            "stop": 1264623306
        },
        {
            "start": 1264623307,
            "stop": 1264623308
        },
        {
            "start": 1264623310,
            "stop": 1264623311
        },
        {
            "start": 1264623312,
            "stop": 1264623313
        },
        {
            "start": 1264623316,
            "stop": 1264623319
        },
        {
            "start": 1264623320,
            "stop": 1264623324
        }
    ]
}