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=6548
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=6549",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6547",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6548,
    "results": [
        {
            "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
        },
        {
            "start": 874406521,
            "stop": 874406574
        },
        {
            "start": 874406575,
            "stop": 874406900
        },
        {
            "start": 874406901,
            "stop": 874407760
        },
        {
            "start": 874407761,
            "stop": 874407797
        },
        {
            "start": 874407798,
            "stop": 874407849
        }
    ]
}