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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=744",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=742",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 743,
    "results": [
        {
            "start": 830603385,
            "stop": 830604240
        },
        {
            "start": 830604300,
            "stop": 830604480
        },
        {
            "start": 830604540,
            "stop": 830605177
        },
        {
            "start": 830605180,
            "stop": 830605380
        },
        {
            "start": 830605440,
            "stop": 830605450
        },
        {
            "start": 830605453,
            "stop": 830605530
        },
        {
            "start": 830605533,
            "stop": 830605538
        },
        {
            "start": 830605541,
            "stop": 830605958
        },
        {
            "start": 830605962,
            "stop": 830605980
        },
        {
            "start": 830606040,
            "stop": 830606540
        },
        {
            "start": 830606559,
            "stop": 830607517
        },
        {
            "start": 830607536,
            "stop": 830608421
        },
        {
            "start": 830608425,
            "stop": 830612540
        },
        {
            "start": 830612543,
            "stop": 830612781
        },
        {
            "start": 830612891,
            "stop": 830613437
        },
        {
            "start": 830613737,
            "stop": 830614662
        },
        {
            "start": 830614680,
            "stop": 830614698
        },
        {
            "start": 830614715,
            "stop": 830615108
        },
        {
            "start": 830615125,
            "stop": 830616396
        },
        {
            "start": 830616413,
            "stop": 830616470
        }
    ]
}