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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=32",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 33,
    "results": [
        {
            "start": 1172029754,
            "stop": 1172029791
        },
        {
            "start": 1172029792,
            "stop": 1172031970
        },
        {
            "start": 1172031976,
            "stop": 1172032371
        },
        {
            "start": 1172032378,
            "stop": 1172032390
        },
        {
            "start": 1172032394,
            "stop": 1172032397
        },
        {
            "start": 1172032401,
            "stop": 1172032540
        },
        {
            "start": 1172032541,
            "stop": 1172032574
        },
        {
            "start": 1172032576,
            "stop": 1172032746
        },
        {
            "start": 1172032752,
            "stop": 1172032814
        },
        {
            "start": 1172032816,
            "stop": 1172032859
        },
        {
            "start": 1172032861,
            "stop": 1172032887
        },
        {
            "start": 1172032889,
            "stop": 1172032960
        },
        {
            "start": 1172032963,
            "stop": 1172033000
        },
        {
            "start": 1172033002,
            "stop": 1172033229
        },
        {
            "start": 1172033230,
            "stop": 1172034880
        },
        {
            "start": 1172034884,
            "stop": 1172034979
        },
        {
            "start": 1172034980,
            "stop": 1172035032
        },
        {
            "start": 1172035036,
            "stop": 1172035137
        },
        {
            "start": 1172035138,
            "stop": 1172035190
        },
        {
            "start": 1172035195,
            "stop": 1172035744
        }
    ]
}