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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=115",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 116,
    "results": [
        {
            "start": 931513838,
            "stop": 931513839
        },
        {
            "start": 931513842,
            "stop": 931513843
        },
        {
            "start": 931513849,
            "stop": 931513855
        },
        {
            "start": 931513860,
            "stop": 931513862
        },
        {
            "start": 931513868,
            "stop": 931513870
        },
        {
            "start": 931513885,
            "stop": 931513887
        },
        {
            "start": 931513889,
            "stop": 931513891
        },
        {
            "start": 931527621,
            "stop": 931527706
        },
        {
            "start": 931527707,
            "stop": 931527980
        },
        {
            "start": 931527983,
            "stop": 931528091
        },
        {
            "start": 931528093,
            "stop": 931528521
        },
        {
            "start": 931528523,
            "stop": 931528593
        },
        {
            "start": 931530408,
            "stop": 931530425
        },
        {
            "start": 931530426,
            "stop": 931530467
        },
        {
            "start": 931530469,
            "stop": 931530936
        },
        {
            "start": 931530937,
            "stop": 931531090
        },
        {
            "start": 931531091,
            "stop": 931531223
        },
        {
            "start": 931531224,
            "stop": 931531348
        },
        {
            "start": 931533169,
            "stop": 931533173
        },
        {
            "start": 931533278,
            "stop": 931533800
        }
    ]
}