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=7102
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=7103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7101",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7102,
    "results": [
        {
            "start": 874193624,
            "stop": 874193632
        },
        {
            "start": 874193634,
            "stop": 874193669
        },
        {
            "start": 874193670,
            "stop": 874193687
        },
        {
            "start": 874194343,
            "stop": 874194422
        },
        {
            "start": 874194423,
            "stop": 874194485
        },
        {
            "start": 874194486,
            "stop": 874194516
        },
        {
            "start": 874194517,
            "stop": 874194652
        },
        {
            "start": 874194653,
            "stop": 874194718
        },
        {
            "start": 874194719,
            "stop": 874194807
        },
        {
            "start": 874194808,
            "stop": 874194834
        },
        {
            "start": 874194835,
            "stop": 874195170
        },
        {
            "start": 874195172,
            "stop": 874195253
        },
        {
            "start": 874195255,
            "stop": 874195879
        },
        {
            "start": 874195880,
            "stop": 874195935
        },
        {
            "start": 874195936,
            "stop": 874195951
        },
        {
            "start": 874195952,
            "stop": 874196047
        },
        {
            "start": 874196049,
            "stop": 874196240
        },
        {
            "start": 874196241,
            "stop": 874196599
        },
        {
            "start": 874196600,
            "stop": 874196853
        },
        {
            "start": 874196854,
            "stop": 874197557
        }
    ]
}