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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6431",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6429",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6430,
    "results": [
        {
            "start": 873813528,
            "stop": 873813572
        },
        {
            "start": 873813574,
            "stop": 873813625
        },
        {
            "start": 873813626,
            "stop": 873814172
        },
        {
            "start": 873814173,
            "stop": 873814231
        },
        {
            "start": 873815483,
            "stop": 873815562
        },
        {
            "start": 873815563,
            "stop": 873815867
        },
        {
            "start": 873815868,
            "stop": 873815987
        },
        {
            "start": 873815988,
            "stop": 873816082
        },
        {
            "start": 873816083,
            "stop": 873816258
        },
        {
            "start": 873816259,
            "stop": 873816591
        },
        {
            "start": 873816592,
            "stop": 873816967
        },
        {
            "start": 873816968,
            "stop": 873817308
        },
        {
            "start": 873817309,
            "stop": 873817476
        },
        {
            "start": 873817477,
            "stop": 873817838
        },
        {
            "start": 873817839,
            "stop": 873817948
        },
        {
            "start": 873817949,
            "stop": 873817964
        },
        {
            "start": 873817965,
            "stop": 873818201
        },
        {
            "start": 873818202,
            "stop": 873818268
        },
        {
            "start": 873818269,
            "stop": 873818497
        },
        {
            "start": 873818498,
            "stop": 873819104
        }
    ]
}