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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3735",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3733",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3734,
    "results": [
        {
            "start": 971285680,
            "stop": 971286988
        },
        {
            "start": 971286989,
            "stop": 971287312
        },
        {
            "start": 971287315,
            "stop": 971287482
        },
        {
            "start": 971287485,
            "stop": 971288496
        },
        {
            "start": 971288527,
            "stop": 971288538
        },
        {
            "start": 971288547,
            "stop": 971288548
        },
        {
            "start": 971288555,
            "stop": 971288559
        },
        {
            "start": 971288570,
            "stop": 971288584
        },
        {
            "start": 971288590,
            "stop": 971288666
        },
        {
            "start": 971288672,
            "stop": 971288679
        },
        {
            "start": 971288685,
            "stop": 971288686
        },
        {
            "start": 971288707,
            "stop": 971289074
        },
        {
            "start": 971289077,
            "stop": 971289473
        },
        {
            "start": 971289476,
            "stop": 971289602
        },
        {
            "start": 971289608,
            "stop": 971289877
        },
        {
            "start": 971289880,
            "stop": 971290976
        },
        {
            "start": 971290979,
            "stop": 971291138
        },
        {
            "start": 971291952,
            "stop": 971292222
        },
        {
            "start": 971293866,
            "stop": 971294327
        },
        {
            "start": 971294328,
            "stop": 971295702
        }
    ]
}