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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1078",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1076",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1077,
    "results": [
        {
            "start": 1136390522,
            "stop": 1136390545
        },
        {
            "start": 1136390548,
            "stop": 1136390565
        },
        {
            "start": 1136390568,
            "stop": 1136390669
        },
        {
            "start": 1136390672,
            "stop": 1136390761
        },
        {
            "start": 1136390764,
            "stop": 1136390818
        },
        {
            "start": 1136390821,
            "stop": 1136390845
        },
        {
            "start": 1136390848,
            "stop": 1136390851
        },
        {
            "start": 1136390857,
            "stop": 1136390859
        },
        {
            "start": 1136390862,
            "stop": 1136390869
        },
        {
            "start": 1136390872,
            "stop": 1136390896
        },
        {
            "start": 1136390899,
            "stop": 1136390918
        },
        {
            "start": 1136390921,
            "stop": 1136390923
        },
        {
            "start": 1136391070,
            "stop": 1136391072
        },
        {
            "start": 1136391146,
            "stop": 1136391147
        },
        {
            "start": 1136391161,
            "stop": 1136391163
        },
        {
            "start": 1136391183,
            "stop": 1136391184
        },
        {
            "start": 1136391205,
            "stop": 1136391210
        },
        {
            "start": 1136391238,
            "stop": 1136391240
        },
        {
            "start": 1136391272,
            "stop": 1136391276
        },
        {
            "start": 1136391283,
            "stop": 1136391284
        }
    ]
}