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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=176",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 177,
    "results": [
        {
            "start": 932486756,
            "stop": 932486958
        },
        {
            "start": 932486963,
            "stop": 932486969
        },
        {
            "start": 932492038,
            "stop": 932494808
        },
        {
            "start": 932495918,
            "stop": 932496499
        },
        {
            "start": 932498631,
            "stop": 932504662
        },
        {
            "start": 932505817,
            "stop": 932521140
        },
        {
            "start": 932521942,
            "stop": 932522260
        },
        {
            "start": 932524282,
            "stop": 932525215
        },
        {
            "start": 932526160,
            "stop": 932529575
        },
        {
            "start": 932530779,
            "stop": 932532780
        },
        {
            "start": 932532787,
            "stop": 932537327
        },
        {
            "start": 932540797,
            "stop": 932547500
        },
        {
            "start": 932550889,
            "stop": 932559582
        },
        {
            "start": 932562483,
            "stop": 932562506
        },
        {
            "start": 932562513,
            "stop": 932563229
        },
        {
            "start": 932563236,
            "stop": 932563528
        },
        {
            "start": 932563535,
            "stop": 932564123
        },
        {
            "start": 932564130,
            "stop": 932566386
        },
        {
            "start": 932587098,
            "stop": 932591621
        },
        {
            "start": 932591627,
            "stop": 932592890
        }
    ]
}