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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=703",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=701",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 702,
    "results": [
        {
            "start": 858793100,
            "stop": 858797923
        },
        {
            "start": 858800052,
            "stop": 858801221
        },
        {
            "start": 858801223,
            "stop": 858805133
        },
        {
            "start": 858810836,
            "stop": 858819180
        },
        {
            "start": 858825931,
            "stop": 858849819
        },
        {
            "start": 858849820,
            "stop": 858885505
        },
        {
            "start": 858887470,
            "stop": 858892077
        },
        {
            "start": 858892897,
            "stop": 858898252
        },
        {
            "start": 858898254,
            "stop": 858951037
        },
        {
            "start": 858951058,
            "stop": 858951712
        },
        {
            "start": 858955010,
            "stop": 858955819
        },
        {
            "start": 858955820,
            "stop": 858956339
        },
        {
            "start": 858956342,
            "stop": 858961242
        },
        {
            "start": 858962276,
            "stop": 858963308
        },
        {
            "start": 858968640,
            "stop": 858970480
        },
        {
            "start": 858970482,
            "stop": 858973777
        },
        {
            "start": 858975196,
            "stop": 858985222
        },
        {
            "start": 858985869,
            "stop": 858991184
        },
        {
            "start": 858991186,
            "stop": 858991187
        },
        {
            "start": 858991192,
            "stop": 858991194
        }
    ]
}