Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7246
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=7247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7245",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7246,
    "results": [
        {
            "start": 874873106,
            "stop": 874873378
        },
        {
            "start": 874873379,
            "stop": 874873396
        },
        {
            "start": 874873398,
            "stop": 874873441
        },
        {
            "start": 874873442,
            "stop": 874873497
        },
        {
            "start": 874873498,
            "stop": 874873677
        },
        {
            "start": 874873678,
            "stop": 874873724
        },
        {
            "start": 874873725,
            "stop": 874873727
        },
        {
            "start": 874874027,
            "stop": 874874094
        },
        {
            "start": 874874096,
            "stop": 874874433
        },
        {
            "start": 874874436,
            "stop": 874874442
        },
        {
            "start": 874874446,
            "stop": 874874447
        },
        {
            "start": 874874450,
            "stop": 874874462
        },
        {
            "start": 874874572,
            "stop": 874874590
        },
        {
            "start": 874874591,
            "stop": 874874637
        },
        {
            "start": 874874639,
            "stop": 874874655
        },
        {
            "start": 874874656,
            "stop": 874874723
        },
        {
            "start": 874874724,
            "stop": 874874759
        },
        {
            "start": 874875059,
            "stop": 874875064
        },
        {
            "start": 874875065,
            "stop": 874875103
        },
        {
            "start": 874875105,
            "stop": 874875247
        }
    ]
}