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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=277",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 278,
    "results": [
        {
            "start": 931784416,
            "stop": 931784426
        },
        {
            "start": 931784428,
            "stop": 931784429
        },
        {
            "start": 931784431,
            "stop": 931784435
        },
        {
            "start": 931784437,
            "stop": 931784473
        },
        {
            "start": 931784476,
            "stop": 931784479
        },
        {
            "start": 931784480,
            "stop": 931784510
        },
        {
            "start": 931784513,
            "stop": 931784530
        },
        {
            "start": 931784534,
            "stop": 931784587
        },
        {
            "start": 931784589,
            "stop": 931784599
        },
        {
            "start": 931784600,
            "stop": 931784601
        },
        {
            "start": 931784603,
            "stop": 931784604
        },
        {
            "start": 931784606,
            "stop": 931784613
        },
        {
            "start": 931784617,
            "stop": 931784636
        },
        {
            "start": 931784638,
            "stop": 931784639
        },
        {
            "start": 931784642,
            "stop": 931784657
        },
        {
            "start": 931784658,
            "stop": 931784660
        },
        {
            "start": 931784664,
            "stop": 931784673
        },
        {
            "start": 931784675,
            "stop": 931784718
        },
        {
            "start": 931784720,
            "stop": 931784743
        },
        {
            "start": 931784745,
            "stop": 931784747
        }
    ]
}