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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=217",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 218,
    "results": [
        {
            "start": 1264389900,
            "stop": 1264389906
        },
        {
            "start": 1264389908,
            "stop": 1264389909
        },
        {
            "start": 1264389912,
            "stop": 1264389914
        },
        {
            "start": 1264389916,
            "stop": 1264389917
        },
        {
            "start": 1264389919,
            "stop": 1264389922
        },
        {
            "start": 1264389925,
            "stop": 1264389930
        },
        {
            "start": 1264389932,
            "stop": 1264390013
        },
        {
            "start": 1264390016,
            "stop": 1264390062
        },
        {
            "start": 1264390064,
            "stop": 1264390077
        },
        {
            "start": 1264390078,
            "stop": 1264390095
        },
        {
            "start": 1264390098,
            "stop": 1264390128
        },
        {
            "start": 1264390130,
            "stop": 1264390140
        },
        {
            "start": 1264390141,
            "stop": 1264390159
        },
        {
            "start": 1264390161,
            "stop": 1264390207
        },
        {
            "start": 1264390209,
            "stop": 1264390214
        },
        {
            "start": 1264390217,
            "stop": 1264390222
        },
        {
            "start": 1264390226,
            "stop": 1264390248
        },
        {
            "start": 1264390250,
            "stop": 1264390330
        },
        {
            "start": 1264390332,
            "stop": 1264390337
        },
        {
            "start": 1264390338,
            "stop": 1264390460
        }
    ]
}