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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46744",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46742",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46743,
    "results": [
        {
            "start": 875074434,
            "stop": 875074465
        },
        {
            "start": 875074466,
            "stop": 875074467
        },
        {
            "start": 875074468,
            "stop": 875074495
        },
        {
            "start": 875074496,
            "stop": 875074508
        },
        {
            "start": 875074509,
            "stop": 875074557
        },
        {
            "start": 875074558,
            "stop": 875074561
        },
        {
            "start": 875074562,
            "stop": 875074568
        },
        {
            "start": 875074569,
            "stop": 875074574
        },
        {
            "start": 875074575,
            "stop": 875074635
        },
        {
            "start": 875074636,
            "stop": 875074647
        },
        {
            "start": 875074649,
            "stop": 875074665
        },
        {
            "start": 875074666,
            "stop": 875074669
        },
        {
            "start": 875074671,
            "stop": 875074679
        },
        {
            "start": 875074680,
            "stop": 875074693
        },
        {
            "start": 875074694,
            "stop": 875074709
        },
        {
            "start": 875074710,
            "stop": 875074744
        },
        {
            "start": 875074745,
            "stop": 875074751
        },
        {
            "start": 875074752,
            "stop": 875074769
        },
        {
            "start": 875074770,
            "stop": 875074791
        },
        {
            "start": 875074792,
            "stop": 875074796
        }
    ]
}