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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7152",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7153,
    "results": [
        {
            "start": 874402020,
            "stop": 874402037
        },
        {
            "start": 874402038,
            "stop": 874402370
        },
        {
            "start": 874402371,
            "stop": 874402404
        },
        {
            "start": 874402405,
            "stop": 874402421
        },
        {
            "start": 874402422,
            "stop": 874402560
        },
        {
            "start": 874402561,
            "stop": 874403173
        },
        {
            "start": 874403174,
            "stop": 874403515
        },
        {
            "start": 874403516,
            "stop": 874403628
        },
        {
            "start": 874403629,
            "stop": 874403808
        },
        {
            "start": 874403809,
            "stop": 874403957
        },
        {
            "start": 874403958,
            "stop": 874404495
        },
        {
            "start": 874404497,
            "stop": 874404636
        },
        {
            "start": 874404637,
            "stop": 874404753
        },
        {
            "start": 874404755,
            "stop": 874404854
        },
        {
            "start": 874404855,
            "stop": 874405452
        },
        {
            "start": 874405453,
            "stop": 874405657
        },
        {
            "start": 874405658,
            "stop": 874405836
        },
        {
            "start": 874405837,
            "stop": 874405960
        },
        {
            "start": 874405962,
            "stop": 874406481
        },
        {
            "start": 874406482,
            "stop": 874406520
        }
    ]
}