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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=218",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 219,
    "results": [
        {
            "start": 931501168,
            "stop": 931501172
        },
        {
            "start": 931501175,
            "stop": 931501179
        },
        {
            "start": 931501186,
            "stop": 931501187
        },
        {
            "start": 931501190,
            "stop": 931501191
        },
        {
            "start": 931501197,
            "stop": 931501205
        },
        {
            "start": 931501209,
            "stop": 931501211
        },
        {
            "start": 931501213,
            "stop": 931501215
        },
        {
            "start": 931501217,
            "stop": 931501219
        },
        {
            "start": 931501228,
            "stop": 931501229
        },
        {
            "start": 931501249,
            "stop": 931501256
        },
        {
            "start": 931501273,
            "stop": 931501274
        },
        {
            "start": 931501277,
            "stop": 931501282
        },
        {
            "start": 931501285,
            "stop": 931501288
        },
        {
            "start": 931501297,
            "stop": 931501299
        },
        {
            "start": 931501305,
            "stop": 931501307
        },
        {
            "start": 931501309,
            "stop": 931501310
        },
        {
            "start": 931501313,
            "stop": 931501316
        },
        {
            "start": 931501323,
            "stop": 931501325
        },
        {
            "start": 931501328,
            "stop": 931501334
        },
        {
            "start": 931501335,
            "stop": 931501336
        }
    ]
}