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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=67",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 68,
    "results": [
        {
            "start": 931219601,
            "stop": 931219671
        },
        {
            "start": 931219673,
            "stop": 931219678
        },
        {
            "start": 931219680,
            "stop": 931219701
        },
        {
            "start": 931219702,
            "stop": 931219716
        },
        {
            "start": 931219717,
            "stop": 931219753
        },
        {
            "start": 931219754,
            "stop": 931219790
        },
        {
            "start": 931219792,
            "stop": 931219837
        },
        {
            "start": 931219839,
            "stop": 931219841
        },
        {
            "start": 931219842,
            "stop": 931219872
        },
        {
            "start": 931219874,
            "stop": 931219877
        },
        {
            "start": 931219882,
            "stop": 931219883
        },
        {
            "start": 931219885,
            "stop": 931219887
        },
        {
            "start": 931219888,
            "stop": 931219889
        },
        {
            "start": 931219890,
            "stop": 931219891
        },
        {
            "start": 931219894,
            "stop": 931219903
        },
        {
            "start": 931219905,
            "stop": 931219922
        },
        {
            "start": 931219925,
            "stop": 931219942
        },
        {
            "start": 931219943,
            "stop": 931219952
        },
        {
            "start": 931219954,
            "stop": 931219990
        },
        {
            "start": 931219992,
            "stop": 931219998
        }
    ]
}