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=6318
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=6319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6317",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6318,
    "results": [
        {
            "start": 873239480,
            "stop": 873240226
        },
        {
            "start": 873240227,
            "stop": 873240242
        },
        {
            "start": 873240243,
            "stop": 873240549
        },
        {
            "start": 873240550,
            "stop": 873241079
        },
        {
            "start": 873241080,
            "stop": 873241317
        },
        {
            "start": 873241318,
            "stop": 873241335
        },
        {
            "start": 873241337,
            "stop": 873241593
        },
        {
            "start": 873241594,
            "stop": 873241673
        },
        {
            "start": 873241674,
            "stop": 873241787
        },
        {
            "start": 873241788,
            "stop": 873241894
        },
        {
            "start": 873241895,
            "stop": 873241940
        },
        {
            "start": 873241942,
            "stop": 873241978
        },
        {
            "start": 873241979,
            "stop": 873242844
        },
        {
            "start": 873242845,
            "stop": 873242999
        },
        {
            "start": 873243000,
            "stop": 873243125
        },
        {
            "start": 873243126,
            "stop": 873243202
        },
        {
            "start": 873243203,
            "stop": 873243292
        },
        {
            "start": 873243293,
            "stop": 873243342
        },
        {
            "start": 873243343,
            "stop": 873243408
        },
        {
            "start": 873243410,
            "stop": 873243466
        }
    ]
}