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=279
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=280",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=278",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 279,
    "results": [
        {
            "start": 1264756091,
            "stop": 1264756092
        },
        {
            "start": 1264756095,
            "stop": 1264756099
        },
        {
            "start": 1264756101,
            "stop": 1264756102
        },
        {
            "start": 1264756104,
            "stop": 1264756106
        },
        {
            "start": 1264756109,
            "stop": 1264756110
        },
        {
            "start": 1264756114,
            "stop": 1264756125
        },
        {
            "start": 1264756134,
            "stop": 1264756139
        },
        {
            "start": 1264756140,
            "stop": 1264756438
        },
        {
            "start": 1264756439,
            "stop": 1264756440
        },
        {
            "start": 1264756442,
            "stop": 1264756446
        },
        {
            "start": 1264756448,
            "stop": 1264756458
        },
        {
            "start": 1264756459,
            "stop": 1264756460
        },
        {
            "start": 1264756461,
            "stop": 1264756464
        },
        {
            "start": 1264756471,
            "stop": 1264756473
        },
        {
            "start": 1264756474,
            "stop": 1264756475
        },
        {
            "start": 1264756477,
            "stop": 1264756489
        },
        {
            "start": 1264756490,
            "stop": 1264756492
        },
        {
            "start": 1264756497,
            "stop": 1264756500
        },
        {
            "start": 1264756504,
            "stop": 1264756507
        },
        {
            "start": 1264756508,
            "stop": 1264756509
        }
    ]
}