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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=103",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 104,
    "results": [
        {
            "start": 1131149667,
            "stop": 1131149672
        },
        {
            "start": 1131149673,
            "stop": 1131149675
        },
        {
            "start": 1131149676,
            "stop": 1131149685
        },
        {
            "start": 1131149686,
            "stop": 1131149704
        },
        {
            "start": 1131149705,
            "stop": 1131149717
        },
        {
            "start": 1131149718,
            "stop": 1131149731
        },
        {
            "start": 1131149732,
            "stop": 1131149741
        },
        {
            "start": 1131149742,
            "stop": 1131149746
        },
        {
            "start": 1131149747,
            "stop": 1131149753
        },
        {
            "start": 1131149754,
            "stop": 1131149756
        },
        {
            "start": 1131149758,
            "stop": 1131149773
        },
        {
            "start": 1131149774,
            "stop": 1131149791
        },
        {
            "start": 1131149792,
            "stop": 1131149796
        },
        {
            "start": 1131149797,
            "stop": 1131149819
        },
        {
            "start": 1131149820,
            "stop": 1131149831
        },
        {
            "start": 1131149832,
            "stop": 1131149834
        },
        {
            "start": 1131149835,
            "stop": 1131149841
        },
        {
            "start": 1131149842,
            "stop": 1131149852
        },
        {
            "start": 1131149853,
            "stop": 1131149855
        },
        {
            "start": 1131149856,
            "stop": 1131149875
        }
    ]
}