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=40987
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=40988",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40986",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40987,
    "results": [
        {
            "start": 875142254,
            "stop": 875142270
        },
        {
            "start": 875142271,
            "stop": 875142276
        },
        {
            "start": 875142277,
            "stop": 875142283
        },
        {
            "start": 875142284,
            "stop": 875142300
        },
        {
            "start": 875142420,
            "stop": 875142460
        },
        {
            "start": 875142461,
            "stop": 875142486
        },
        {
            "start": 875142487,
            "stop": 875142514
        },
        {
            "start": 875142515,
            "stop": 875142539
        },
        {
            "start": 875142541,
            "stop": 875142603
        },
        {
            "start": 875142604,
            "stop": 875142662
        },
        {
            "start": 875142663,
            "stop": 875142675
        },
        {
            "start": 875142677,
            "stop": 875142679
        },
        {
            "start": 875142680,
            "stop": 875142684
        },
        {
            "start": 875142685,
            "stop": 875142703
        },
        {
            "start": 875142704,
            "stop": 875142706
        },
        {
            "start": 875142707,
            "stop": 875142718
        },
        {
            "start": 875142719,
            "stop": 875142726
        },
        {
            "start": 875142727,
            "stop": 875142757
        },
        {
            "start": 875142758,
            "stop": 875142788
        },
        {
            "start": 875142789,
            "stop": 875142826
        }
    ]
}