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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=150",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 151,
    "results": [
        {
            "start": 833664519,
            "stop": 833664671
        },
        {
            "start": 833664971,
            "stop": 833667700
        },
        {
            "start": 833667709,
            "stop": 833667858
        },
        {
            "start": 833668044,
            "stop": 833673673
        },
        {
            "start": 833673702,
            "stop": 833673703
        },
        {
            "start": 833673965,
            "stop": 833681833
        },
        {
            "start": 833683178,
            "stop": 833706670
        },
        {
            "start": 833706671,
            "stop": 833728494
        },
        {
            "start": 833728794,
            "stop": 833731273
        },
        {
            "start": 833732695,
            "stop": 833742059
        },
        {
            "start": 833744663,
            "stop": 833748402
        },
        {
            "start": 833748404,
            "stop": 833749181
        },
        {
            "start": 833749291,
            "stop": 833749397
        },
        {
            "start": 833749697,
            "stop": 833749894
        },
        {
            "start": 833753658,
            "stop": 833753662
        },
        {
            "start": 833754829,
            "stop": 833756473
        },
        {
            "start": 833756773,
            "stop": 833771833
        },
        {
            "start": 833772852,
            "stop": 833794753
        },
        {
            "start": 833799644,
            "stop": 833807525
        },
        {
            "start": 833807527,
            "stop": 833811793
        }
    ]
}