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_CAT3/segments?format=api&page=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=187",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 188,
    "results": [
        {
            "start": 931456261,
            "stop": 931456264
        },
        {
            "start": 931456265,
            "stop": 931456269
        },
        {
            "start": 931456273,
            "stop": 931456279
        },
        {
            "start": 931456283,
            "stop": 931456290
        },
        {
            "start": 931456293,
            "stop": 931456294
        },
        {
            "start": 931456296,
            "stop": 931456304
        },
        {
            "start": 931456306,
            "stop": 931456334
        },
        {
            "start": 931456336,
            "stop": 931456356
        },
        {
            "start": 931456359,
            "stop": 931456436
        },
        {
            "start": 931456438,
            "stop": 931456439
        },
        {
            "start": 931456441,
            "stop": 931456446
        },
        {
            "start": 931456447,
            "stop": 931456454
        },
        {
            "start": 931456456,
            "stop": 931456458
        },
        {
            "start": 931456460,
            "stop": 931456464
        },
        {
            "start": 931456465,
            "stop": 931456466
        },
        {
            "start": 931456468,
            "stop": 931456471
        },
        {
            "start": 931456490,
            "stop": 931456493
        },
        {
            "start": 931456494,
            "stop": 931456495
        },
        {
            "start": 931456497,
            "stop": 931456501
        },
        {
            "start": 931456503,
            "stop": 931456506
        }
    ]
}