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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40605",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40603",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40604,
    "results": [
        {
            "start": 874885618,
            "stop": 874885622
        },
        {
            "start": 874885624,
            "stop": 874885628
        },
        {
            "start": 874885629,
            "stop": 874885633
        },
        {
            "start": 874885634,
            "stop": 874885637
        },
        {
            "start": 874885640,
            "stop": 874885644
        },
        {
            "start": 874885645,
            "stop": 874885649
        },
        {
            "start": 874885650,
            "stop": 874885654
        },
        {
            "start": 874885656,
            "stop": 874885660
        },
        {
            "start": 874885661,
            "stop": 874885665
        },
        {
            "start": 874885666,
            "stop": 874885670
        },
        {
            "start": 874885672,
            "stop": 874885676
        },
        {
            "start": 874885677,
            "stop": 874885678
        },
        {
            "start": 874885680,
            "stop": 874885681
        },
        {
            "start": 874885683,
            "stop": 874885687
        },
        {
            "start": 874885688,
            "stop": 874885692
        },
        {
            "start": 874885693,
            "stop": 874885697
        },
        {
            "start": 874885699,
            "stop": 874885702
        },
        {
            "start": 874885704,
            "stop": 874885708
        },
        {
            "start": 874885709,
            "stop": 874885713
        },
        {
            "start": 874885715,
            "stop": 874885718
        }
    ]
}