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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=44",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 45,
    "results": [
        {
            "start": 1264045192,
            "stop": 1264075612
        },
        {
            "start": 1264075620,
            "stop": 1264106330
        },
        {
            "start": 1264106974,
            "stop": 1264141521
        },
        {
            "start": 1264142762,
            "stop": 1264144526
        },
        {
            "start": 1264145270,
            "stop": 1264166280
        },
        {
            "start": 1264170383,
            "stop": 1264171934
        },
        {
            "start": 1264206934,
            "stop": 1264206936
        },
        {
            "start": 1264207121,
            "stop": 1264212709
        },
        {
            "start": 1264215374,
            "stop": 1264230422
        },
        {
            "start": 1264294996,
            "stop": 1264339806
        },
        {
            "start": 1264345199,
            "stop": 1264345201
        },
        {
            "start": 1264359333,
            "stop": 1264411208
        },
        {
            "start": 1264421309,
            "stop": 1264430572
        },
        {
            "start": 1264435709,
            "stop": 1264441737
        },
        {
            "start": 1264443654,
            "stop": 1264443656
        },
        {
            "start": 1264445082,
            "stop": 1264447996
        },
        {
            "start": 1264448012,
            "stop": 1264498787
        },
        {
            "start": 1264498938,
            "stop": 1264501695
        },
        {
            "start": 1264502082,
            "stop": 1264503732
        },
        {
            "start": 1264503818,
            "stop": 1264504555
        }
    ]
}