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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6570",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6568",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6569,
    "results": [
        {
            "start": 874504795,
            "stop": 874504961
        },
        {
            "start": 874504963,
            "stop": 874505212
        },
        {
            "start": 874505214,
            "stop": 874506297
        },
        {
            "start": 874506298,
            "stop": 874506315
        },
        {
            "start": 874506317,
            "stop": 874506440
        },
        {
            "start": 874506441,
            "stop": 874506590
        },
        {
            "start": 874506591,
            "stop": 874506697
        },
        {
            "start": 874506698,
            "stop": 874506752
        },
        {
            "start": 874506753,
            "stop": 874507609
        },
        {
            "start": 874507610,
            "stop": 874507857
        },
        {
            "start": 874507858,
            "stop": 874508016
        },
        {
            "start": 874508017,
            "stop": 874508139
        },
        {
            "start": 874508140,
            "stop": 874508221
        },
        {
            "start": 874508222,
            "stop": 874508646
        },
        {
            "start": 874508647,
            "stop": 874509169
        },
        {
            "start": 874509170,
            "stop": 874509723
        },
        {
            "start": 874509724,
            "stop": 874509924
        },
        {
            "start": 874509925,
            "stop": 874510010
        },
        {
            "start": 874510011,
            "stop": 874510026
        },
        {
            "start": 874510027,
            "stop": 874510162
        }
    ]
}