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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=366",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 367,
    "results": [
        {
            "start": 932043975,
            "stop": 932044610
        },
        {
            "start": 932044613,
            "stop": 932045030
        },
        {
            "start": 932045032,
            "stop": 932045844
        },
        {
            "start": 932045846,
            "stop": 932045903
        },
        {
            "start": 932045906,
            "stop": 932045918
        },
        {
            "start": 932045922,
            "stop": 932045978
        },
        {
            "start": 932045982,
            "stop": 932045994
        },
        {
            "start": 932045996,
            "stop": 932046023
        },
        {
            "start": 932046027,
            "stop": 932046891
        },
        {
            "start": 932046893,
            "stop": 932047121
        },
        {
            "start": 932047125,
            "stop": 932047215
        },
        {
            "start": 932049047,
            "stop": 932050815
        },
        {
            "start": 932051175,
            "stop": 932051406
        },
        {
            "start": 932051409,
            "stop": 932051932
        },
        {
            "start": 932051934,
            "stop": 932051943
        },
        {
            "start": 932051945,
            "stop": 932052470
        },
        {
            "start": 932052473,
            "stop": 932052936
        },
        {
            "start": 932052939,
            "stop": 932053356
        },
        {
            "start": 932053359,
            "stop": 932053387
        },
        {
            "start": 932053389,
            "stop": 932053446
        }
    ]
}