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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33096",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33094",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33095,
    "results": [
        {
            "start": 970542389,
            "stop": 970542393
        },
        {
            "start": 970542395,
            "stop": 970542397
        },
        {
            "start": 970542398,
            "stop": 970542419
        },
        {
            "start": 970542423,
            "stop": 970542442
        },
        {
            "start": 970542443,
            "stop": 970542445
        },
        {
            "start": 970542448,
            "stop": 970542462
        },
        {
            "start": 970542463,
            "stop": 970542478
        },
        {
            "start": 970542480,
            "stop": 970542551
        },
        {
            "start": 970542552,
            "stop": 970542554
        },
        {
            "start": 970542555,
            "stop": 970542578
        },
        {
            "start": 970542580,
            "stop": 970542591
        },
        {
            "start": 970542592,
            "stop": 970542617
        },
        {
            "start": 970542620,
            "stop": 970542623
        },
        {
            "start": 970542624,
            "stop": 970542627
        },
        {
            "start": 970542628,
            "stop": 970542632
        },
        {
            "start": 970542634,
            "stop": 970542647
        },
        {
            "start": 970542648,
            "stop": 970542652
        },
        {
            "start": 970542653,
            "stop": 970542660
        },
        {
            "start": 970542662,
            "stop": 970542719
        },
        {
            "start": 970542720,
            "stop": 970542729
        }
    ]
}