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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=4",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 5,
    "results": [
        {
            "start": 1257846704,
            "stop": 1257870338
        },
        {
            "start": 1257870339,
            "stop": 1257870342
        },
        {
            "start": 1257870346,
            "stop": 1257899409
        },
        {
            "start": 1257899421,
            "stop": 1257931187
        },
        {
            "start": 1257931188,
            "stop": 1257969825
        },
        {
            "start": 1257969826,
            "stop": 1257985356
        },
        {
            "start": 1257992320,
            "stop": 1258033994
        },
        {
            "start": 1258034281,
            "stop": 1258036580
        },
        {
            "start": 1258052692,
            "stop": 1258060601
        },
        {
            "start": 1258060623,
            "stop": 1258070823
        },
        {
            "start": 1258070824,
            "stop": 1258076212
        },
        {
            "start": 1258076663,
            "stop": 1258110327
        },
        {
            "start": 1258111092,
            "stop": 1258111144
        },
        {
            "start": 1258111146,
            "stop": 1258111166
        },
        {
            "start": 1258111167,
            "stop": 1258111168
        },
        {
            "start": 1258111169,
            "stop": 1258111175
        },
        {
            "start": 1258111177,
            "stop": 1258111178
        },
        {
            "start": 1258111181,
            "stop": 1258111182
        },
        {
            "start": 1258111183,
            "stop": 1258111185
        },
        {
            "start": 1258111186,
            "stop": 1258111187
        }
    ]
}