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=33252
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=33253",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33251",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33252,
    "results": [
        {
            "start": 970988432,
            "stop": 970988443
        },
        {
            "start": 970988444,
            "stop": 970988461
        },
        {
            "start": 970988462,
            "stop": 970988480
        },
        {
            "start": 970988481,
            "stop": 970988489
        },
        {
            "start": 970988490,
            "stop": 970988562
        },
        {
            "start": 970988563,
            "stop": 970988581
        },
        {
            "start": 970988584,
            "stop": 970988585
        },
        {
            "start": 970988586,
            "stop": 970988591
        },
        {
            "start": 970988592,
            "stop": 970988602
        },
        {
            "start": 970988603,
            "stop": 970988608
        },
        {
            "start": 970988611,
            "stop": 970988632
        },
        {
            "start": 970988633,
            "stop": 970988668
        },
        {
            "start": 970988669,
            "stop": 970988677
        },
        {
            "start": 970988678,
            "stop": 970988691
        },
        {
            "start": 970988692,
            "stop": 970988725
        },
        {
            "start": 970988726,
            "stop": 970988731
        },
        {
            "start": 970988732,
            "stop": 970988757
        },
        {
            "start": 970988758,
            "stop": 970988759
        },
        {
            "start": 970988760,
            "stop": 970988770
        },
        {
            "start": 970988771,
            "stop": 970988777
        }
    ]
}