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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=800",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 801,
    "results": [
        {
            "start": 867040663,
            "stop": 867056193
        },
        {
            "start": 867057819,
            "stop": 867075812
        },
        {
            "start": 867117599,
            "stop": 867117624
        },
        {
            "start": 867117626,
            "stop": 867120028
        },
        {
            "start": 867123754,
            "stop": 867143112
        },
        {
            "start": 867144836,
            "stop": 867170829
        },
        {
            "start": 867171149,
            "stop": 867171583
        },
        {
            "start": 867181270,
            "stop": 867191110
        },
        {
            "start": 867193986,
            "stop": 867202509
        },
        {
            "start": 867202512,
            "stop": 867202517
        },
        {
            "start": 867202519,
            "stop": 867206343
        },
        {
            "start": 867207340,
            "stop": 867212077
        },
        {
            "start": 867213317,
            "stop": 867215152
        },
        {
            "start": 867215703,
            "stop": 867246613
        },
        {
            "start": 867247173,
            "stop": 867275328
        },
        {
            "start": 867283889,
            "stop": 867285588
        },
        {
            "start": 867288977,
            "stop": 867298959
        },
        {
            "start": 867300104,
            "stop": 867319757
        },
        {
            "start": 867320504,
            "stop": 867352826
        },
        {
            "start": 867353532,
            "stop": 867353610
        }
    ]
}