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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=339",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 340,
    "results": [
        {
            "start": 866856829,
            "stop": 866858070
        },
        {
            "start": 866858199,
            "stop": 866862224
        },
        {
            "start": 866867823,
            "stop": 866874839
        },
        {
            "start": 866874899,
            "stop": 866904709
        },
        {
            "start": 867040663,
            "stop": 867056176
        },
        {
            "start": 867057819,
            "stop": 867075812
        },
        {
            "start": 867117599,
            "stop": 867119999
        },
        {
            "start": 867123754,
            "stop": 867143094
        },
        {
            "start": 867144836,
            "stop": 867171831
        },
        {
            "start": 867181270,
            "stop": 867191110
        },
        {
            "start": 867193986,
            "stop": 867206327
        },
        {
            "start": 867207340,
            "stop": 867212060
        },
        {
            "start": 867213317,
            "stop": 867215152
        },
        {
            "start": 867215703,
            "stop": 867246595
        },
        {
            "start": 867247173,
            "stop": 867275311
        },
        {
            "start": 867283889,
            "stop": 867285571
        },
        {
            "start": 867288977,
            "stop": 867298942
        },
        {
            "start": 867300104,
            "stop": 867319740
        },
        {
            "start": 867320504,
            "stop": 867353610
        },
        {
            "start": 867356251,
            "stop": 867364066
        }
    ]
}