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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46866",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46864",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46865,
    "results": [
        {
            "start": 875146072,
            "stop": 875146078
        },
        {
            "start": 875146079,
            "stop": 875146083
        },
        {
            "start": 875146090,
            "stop": 875146110
        },
        {
            "start": 875146114,
            "stop": 875146124
        },
        {
            "start": 875146126,
            "stop": 875146143
        },
        {
            "start": 875146144,
            "stop": 875146149
        },
        {
            "start": 875146153,
            "stop": 875146169
        },
        {
            "start": 875146172,
            "stop": 875146184
        },
        {
            "start": 875146186,
            "stop": 875146188
        },
        {
            "start": 875146190,
            "stop": 875146195
        },
        {
            "start": 875146196,
            "stop": 875146198
        },
        {
            "start": 875146202,
            "stop": 875146209
        },
        {
            "start": 875146210,
            "stop": 875146224
        },
        {
            "start": 875146225,
            "stop": 875146227
        },
        {
            "start": 875146228,
            "stop": 875146234
        },
        {
            "start": 875146235,
            "stop": 875146238
        },
        {
            "start": 875146239,
            "stop": 875146251
        },
        {
            "start": 875146252,
            "stop": 875146259
        },
        {
            "start": 875146260,
            "stop": 875146308
        },
        {
            "start": 875146311,
            "stop": 875146323
        }
    ]
}