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=341
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=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=340",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 341,
    "results": [
        {
            "start": 847716073,
            "stop": 847716114
        },
        {
            "start": 847716115,
            "stop": 847716154
        },
        {
            "start": 847716155,
            "stop": 847716157
        },
        {
            "start": 847716158,
            "stop": 847716183
        },
        {
            "start": 847716186,
            "stop": 847716231
        },
        {
            "start": 847716233,
            "stop": 847716250
        },
        {
            "start": 847716251,
            "stop": 847716265
        },
        {
            "start": 847716266,
            "stop": 847716282
        },
        {
            "start": 847716283,
            "stop": 847716284
        },
        {
            "start": 847716286,
            "stop": 847716291
        },
        {
            "start": 847716292,
            "stop": 847716402
        },
        {
            "start": 847716403,
            "stop": 847716407
        },
        {
            "start": 847716409,
            "stop": 847716483
        },
        {
            "start": 847716484,
            "stop": 847716485
        },
        {
            "start": 847716486,
            "stop": 847716487
        },
        {
            "start": 847716488,
            "stop": 847716491
        },
        {
            "start": 847716493,
            "stop": 847716537
        },
        {
            "start": 847716539,
            "stop": 847716540
        },
        {
            "start": 847716541,
            "stop": 847716565
        },
        {
            "start": 847716566,
            "stop": 847716568
        }
    ]
}