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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=251",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 252,
    "results": [
        {
            "start": 1241471212,
            "stop": 1241471247
        },
        {
            "start": 1241471248,
            "stop": 1241471347
        },
        {
            "start": 1241471350,
            "stop": 1241471504
        },
        {
            "start": 1241471505,
            "stop": 1241471506
        },
        {
            "start": 1241471508,
            "stop": 1241471510
        },
        {
            "start": 1241471513,
            "stop": 1241471567
        },
        {
            "start": 1241471568,
            "stop": 1241471569
        },
        {
            "start": 1241471571,
            "stop": 1241471615
        },
        {
            "start": 1241471616,
            "stop": 1241471700
        },
        {
            "start": 1241471702,
            "stop": 1241471734
        },
        {
            "start": 1241471735,
            "stop": 1241471861
        },
        {
            "start": 1241471863,
            "stop": 1241471897
        },
        {
            "start": 1241471898,
            "stop": 1241472034
        },
        {
            "start": 1241472036,
            "stop": 1241472050
        },
        {
            "start": 1241472051,
            "stop": 1241472186
        },
        {
            "start": 1241472187,
            "stop": 1241472215
        },
        {
            "start": 1241472216,
            "stop": 1241472218
        },
        {
            "start": 1241472219,
            "stop": 1241472220
        },
        {
            "start": 1241472222,
            "stop": 1241472342
        },
        {
            "start": 1241472343,
            "stop": 1241472362
        }
    ]
}