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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5133",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5134,
    "results": [
        {
            "start": 874739667,
            "stop": 874739677
        },
        {
            "start": 874739715,
            "stop": 874739753
        },
        {
            "start": 874739772,
            "stop": 874739825
        },
        {
            "start": 874739844,
            "stop": 874739904
        },
        {
            "start": 874739923,
            "stop": 874739975
        },
        {
            "start": 874739994,
            "stop": 874740024
        },
        {
            "start": 874740056,
            "stop": 874740141
        },
        {
            "start": 874740160,
            "stop": 874740184
        },
        {
            "start": 874740229,
            "stop": 874740261
        },
        {
            "start": 874740280,
            "stop": 874740478
        },
        {
            "start": 874740507,
            "stop": 874740549
        },
        {
            "start": 874740568,
            "stop": 874740758
        },
        {
            "start": 874740777,
            "stop": 874741053
        },
        {
            "start": 874741072,
            "stop": 874741102
        },
        {
            "start": 874741128,
            "stop": 874741149
        },
        {
            "start": 874741168,
            "stop": 874741204
        },
        {
            "start": 874741223,
            "stop": 874741252
        },
        {
            "start": 874741271,
            "stop": 874741465
        },
        {
            "start": 874741485,
            "stop": 874741504
        },
        {
            "start": 874741523,
            "stop": 874741596
        }
    ]
}