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=410
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=411",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=409",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 410,
    "results": [
        {
            "start": 1267563065,
            "stop": 1267563081
        },
        {
            "start": 1267563082,
            "stop": 1267563083
        },
        {
            "start": 1267563089,
            "stop": 1267563091
        },
        {
            "start": 1267563095,
            "stop": 1267564779
        },
        {
            "start": 1267564780,
            "stop": 1267565130
        },
        {
            "start": 1267565131,
            "stop": 1267565805
        },
        {
            "start": 1267565806,
            "stop": 1267566973
        },
        {
            "start": 1267566974,
            "stop": 1267567218
        },
        {
            "start": 1267567219,
            "stop": 1267568941
        },
        {
            "start": 1267568944,
            "stop": 1267568952
        },
        {
            "start": 1267568956,
            "stop": 1267568957
        },
        {
            "start": 1267568961,
            "stop": 1267571366
        },
        {
            "start": 1267571367,
            "stop": 1267571379
        },
        {
            "start": 1267571380,
            "stop": 1267571392
        },
        {
            "start": 1267571393,
            "stop": 1267571432
        },
        {
            "start": 1267571434,
            "stop": 1267571438
        },
        {
            "start": 1267571440,
            "stop": 1267571444
        },
        {
            "start": 1267571446,
            "stop": 1267571447
        },
        {
            "start": 1267571448,
            "stop": 1267571449
        },
        {
            "start": 1267571451,
            "stop": 1267571457
        }
    ]
}