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=7146
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=7147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7145",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7146,
    "results": [
        {
            "start": 874371560,
            "stop": 874371918
        },
        {
            "start": 874371920,
            "stop": 874372387
        },
        {
            "start": 874372389,
            "stop": 874372590
        },
        {
            "start": 874372591,
            "stop": 874372756
        },
        {
            "start": 874372757,
            "stop": 874372826
        },
        {
            "start": 874372828,
            "stop": 874373015
        },
        {
            "start": 874373017,
            "stop": 874373179
        },
        {
            "start": 874373180,
            "stop": 874373802
        },
        {
            "start": 874373803,
            "stop": 874374144
        },
        {
            "start": 874374146,
            "stop": 874374375
        },
        {
            "start": 874374376,
            "stop": 874374415
        },
        {
            "start": 874374416,
            "stop": 874374575
        },
        {
            "start": 874374576,
            "stop": 874374906
        },
        {
            "start": 874374907,
            "stop": 874374996
        },
        {
            "start": 874374997,
            "stop": 874375546
        },
        {
            "start": 874375547,
            "stop": 874375699
        },
        {
            "start": 874375701,
            "stop": 874375933
        },
        {
            "start": 874375934,
            "stop": 874375935
        },
        {
            "start": 874375936,
            "stop": 874376186
        },
        {
            "start": 874376188,
            "stop": 874376288
        }
    ]
}