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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=158",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 159,
    "results": [
        {
            "start": 1264347472,
            "stop": 1264347594
        },
        {
            "start": 1264347595,
            "stop": 1264347608
        },
        {
            "start": 1264347609,
            "stop": 1264347612
        },
        {
            "start": 1264347614,
            "stop": 1264347618
        },
        {
            "start": 1264347619,
            "stop": 1264347621
        },
        {
            "start": 1264347622,
            "stop": 1264347623
        },
        {
            "start": 1264347631,
            "stop": 1264347632
        },
        {
            "start": 1264347633,
            "stop": 1264347707
        },
        {
            "start": 1264347708,
            "stop": 1264347709
        },
        {
            "start": 1264347710,
            "stop": 1264347711
        },
        {
            "start": 1264347713,
            "stop": 1264348342
        },
        {
            "start": 1264348344,
            "stop": 1264348345
        },
        {
            "start": 1264348346,
            "stop": 1264348350
        },
        {
            "start": 1264348351,
            "stop": 1264348357
        },
        {
            "start": 1264348358,
            "stop": 1264348364
        },
        {
            "start": 1264348365,
            "stop": 1264348369
        },
        {
            "start": 1264348370,
            "stop": 1264348371
        },
        {
            "start": 1264348374,
            "stop": 1264348376
        },
        {
            "start": 1264348377,
            "stop": 1264348388
        },
        {
            "start": 1264348391,
            "stop": 1264348410
        }
    ]
}