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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=182",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 183,
    "results": [
        {
            "start": 844008336,
            "stop": 844008384
        },
        {
            "start": 844008848,
            "stop": 844010704
        },
        {
            "start": 844010814,
            "stop": 844011006
        },
        {
            "start": 844011562,
            "stop": 844012104
        },
        {
            "start": 844012655,
            "stop": 844013533
        },
        {
            "start": 844013833,
            "stop": 844015078
        },
        {
            "start": 844015378,
            "stop": 844015867
        },
        {
            "start": 844016292,
            "stop": 844017598
        },
        {
            "start": 844017898,
            "stop": 844018113
        },
        {
            "start": 844018223,
            "stop": 844018304
        },
        {
            "start": 844018604,
            "stop": 844018656
        },
        {
            "start": 844018766,
            "stop": 844019073
        },
        {
            "start": 844019373,
            "stop": 844020944
        },
        {
            "start": 844026247,
            "stop": 844027361
        },
        {
            "start": 844030158,
            "stop": 844035232
        },
        {
            "start": 844035342,
            "stop": 844036645
        },
        {
            "start": 844038010,
            "stop": 844051428
        },
        {
            "start": 844051728,
            "stop": 844096780
        },
        {
            "start": 844098965,
            "stop": 844100657
        },
        {
            "start": 844100665,
            "stop": 844103723
        }
    ]
}