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_CAT3/segments?format=api&page=5748
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=5749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5747",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5748,
    "results": [
        {
            "start": 874619703,
            "stop": 874619723
        },
        {
            "start": 874619726,
            "stop": 874619733
        },
        {
            "start": 874619736,
            "stop": 874619795
        },
        {
            "start": 874619800,
            "stop": 874619801
        },
        {
            "start": 874619805,
            "stop": 874619833
        },
        {
            "start": 874619836,
            "stop": 874619910
        },
        {
            "start": 874619913,
            "stop": 874620028
        },
        {
            "start": 874620031,
            "stop": 874620050
        },
        {
            "start": 874620054,
            "stop": 874620079
        },
        {
            "start": 874620082,
            "stop": 874620095
        },
        {
            "start": 874620098,
            "stop": 874620124
        },
        {
            "start": 874620127,
            "stop": 874620155
        },
        {
            "start": 874620159,
            "stop": 874620240
        },
        {
            "start": 874620243,
            "stop": 874620245
        },
        {
            "start": 874620249,
            "stop": 874620267
        },
        {
            "start": 874620270,
            "stop": 874620279
        },
        {
            "start": 874620282,
            "stop": 874620342
        },
        {
            "start": 874620345,
            "stop": 874620347
        },
        {
            "start": 874620350,
            "stop": 874620396
        },
        {
            "start": 874620400,
            "stop": 874620421
        }
    ]
}