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=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=4",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 5,
    "results": [
        {
            "start": 931083075,
            "stop": 931083224
        },
        {
            "start": 931083226,
            "stop": 931083405
        },
        {
            "start": 931083406,
            "stop": 931083692
        },
        {
            "start": 931083693,
            "stop": 931083755
        },
        {
            "start": 931083756,
            "stop": 931083765
        },
        {
            "start": 931083767,
            "stop": 931083941
        },
        {
            "start": 931084877,
            "stop": 931084898
        },
        {
            "start": 931084906,
            "stop": 931084911
        },
        {
            "start": 931084918,
            "stop": 931084946
        },
        {
            "start": 931084948,
            "stop": 931084978
        },
        {
            "start": 931084980,
            "stop": 931085011
        },
        {
            "start": 931085013,
            "stop": 931085037
        },
        {
            "start": 931085039,
            "stop": 931085050
        },
        {
            "start": 931085052,
            "stop": 931085057
        },
        {
            "start": 931085063,
            "stop": 931085087
        },
        {
            "start": 931085088,
            "stop": 931085206
        },
        {
            "start": 931085208,
            "stop": 931085392
        },
        {
            "start": 931085393,
            "stop": 931085423
        },
        {
            "start": 931085424,
            "stop": 931085477
        },
        {
            "start": 931085478,
            "stop": 931085604
        }
    ]
}