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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40816",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40814",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40815,
    "results": [
        {
            "start": 875032305,
            "stop": 875032307
        },
        {
            "start": 875032308,
            "stop": 875032310
        },
        {
            "start": 875032311,
            "stop": 875032314
        },
        {
            "start": 875032317,
            "stop": 875032320
        },
        {
            "start": 875032323,
            "stop": 875032327
        },
        {
            "start": 875032329,
            "stop": 875032336
        },
        {
            "start": 875032338,
            "stop": 875032341
        },
        {
            "start": 875032343,
            "stop": 875032345
        },
        {
            "start": 875032347,
            "stop": 875032357
        },
        {
            "start": 875032358,
            "stop": 875032362
        },
        {
            "start": 875032363,
            "stop": 875032403
        },
        {
            "start": 875032404,
            "stop": 875032443
        },
        {
            "start": 875032444,
            "stop": 875032468
        },
        {
            "start": 875032469,
            "stop": 875032470
        },
        {
            "start": 875032472,
            "stop": 875032478
        },
        {
            "start": 875032480,
            "stop": 875032483
        },
        {
            "start": 875032485,
            "stop": 875032486
        },
        {
            "start": 875032487,
            "stop": 875032495
        },
        {
            "start": 875032497,
            "stop": 875032511
        },
        {
            "start": 875032512,
            "stop": 875032522
        }
    ]
}