Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=79",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 80,
    "results": [
        {
            "start": 1238448444,
            "stop": 1238448510
        },
        {
            "start": 1238448511,
            "stop": 1238448543
        },
        {
            "start": 1238448545,
            "stop": 1238448933
        },
        {
            "start": 1238448934,
            "stop": 1238449225
        },
        {
            "start": 1238449226,
            "stop": 1238449429
        },
        {
            "start": 1238449431,
            "stop": 1238449644
        },
        {
            "start": 1238449645,
            "stop": 1238449731
        },
        {
            "start": 1238449732,
            "stop": 1238450148
        },
        {
            "start": 1238450150,
            "stop": 1238450446
        },
        {
            "start": 1238450448,
            "stop": 1238450504
        },
        {
            "start": 1238450508,
            "stop": 1238450803
        },
        {
            "start": 1238450804,
            "stop": 1238450815
        },
        {
            "start": 1238450817,
            "stop": 1238450869
        },
        {
            "start": 1238450871,
            "stop": 1238450974
        },
        {
            "start": 1238450975,
            "stop": 1238451313
        },
        {
            "start": 1238451315,
            "stop": 1238451580
        },
        {
            "start": 1238451581,
            "stop": 1238452385
        },
        {
            "start": 1238452387,
            "stop": 1238452448
        },
        {
            "start": 1238452450,
            "stop": 1238452526
        },
        {
            "start": 1238452527,
            "stop": 1238453396
        }
    ]
}