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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5946",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5944",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5945,
    "results": [
        {
            "start": 875215286,
            "stop": 875215318
        },
        {
            "start": 875215321,
            "stop": 875215342
        },
        {
            "start": 875215345,
            "stop": 875215365
        },
        {
            "start": 875215369,
            "stop": 875215391
        },
        {
            "start": 875215394,
            "stop": 875215475
        },
        {
            "start": 875215478,
            "stop": 875215496
        },
        {
            "start": 875215499,
            "stop": 875215537
        },
        {
            "start": 875215541,
            "stop": 875215578
        },
        {
            "start": 875215581,
            "stop": 875215586
        },
        {
            "start": 875215590,
            "stop": 875215592
        },
        {
            "start": 875215595,
            "stop": 875215640
        },
        {
            "start": 875215644,
            "stop": 875215655
        },
        {
            "start": 875215658,
            "stop": 875215680
        },
        {
            "start": 875215683,
            "stop": 875215704
        },
        {
            "start": 875215707,
            "stop": 875215802
        },
        {
            "start": 875215806,
            "stop": 875215827
        },
        {
            "start": 875215833,
            "stop": 875215834
        },
        {
            "start": 875215838,
            "stop": 875215899
        },
        {
            "start": 875215903,
            "stop": 875215904
        },
        {
            "start": 875215907,
            "stop": 875215939
        }
    ]
}