Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=143
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=142",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 143,
    "results": [
        {
            "start": 931132119,
            "stop": 931132123
        },
        {
            "start": 931132124,
            "stop": 931132125
        },
        {
            "start": 931132131,
            "stop": 931132135
        },
        {
            "start": 931132137,
            "stop": 931132140
        },
        {
            "start": 931132142,
            "stop": 931132144
        },
        {
            "start": 931132148,
            "stop": 931132149
        },
        {
            "start": 931132150,
            "stop": 931132158
        },
        {
            "start": 931132160,
            "stop": 931132161
        },
        {
            "start": 931132163,
            "stop": 931132167
        },
        {
            "start": 931132168,
            "stop": 931132171
        },
        {
            "start": 931132173,
            "stop": 931132174
        },
        {
            "start": 931132175,
            "stop": 931132183
        },
        {
            "start": 931132187,
            "stop": 931132189
        },
        {
            "start": 931132190,
            "stop": 931132193
        },
        {
            "start": 931132195,
            "stop": 931132199
        },
        {
            "start": 931132200,
            "stop": 931132201
        },
        {
            "start": 931132202,
            "stop": 931132213
        },
        {
            "start": 931132215,
            "stop": 931132224
        },
        {
            "start": 931132228,
            "stop": 931132238
        },
        {
            "start": 931132239,
            "stop": 931132241
        }
    ]
}