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=33234
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=33235",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33233",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33234,
    "results": [
        {
            "start": 970978485,
            "stop": 970978508
        },
        {
            "start": 970978509,
            "stop": 970978533
        },
        {
            "start": 970978534,
            "stop": 970978557
        },
        {
            "start": 970978558,
            "stop": 970978588
        },
        {
            "start": 970978590,
            "stop": 970978591
        },
        {
            "start": 970978592,
            "stop": 970978620
        },
        {
            "start": 970978621,
            "stop": 970978648
        },
        {
            "start": 970978651,
            "stop": 970978741
        },
        {
            "start": 970978742,
            "stop": 970978748
        },
        {
            "start": 970978750,
            "stop": 970978762
        },
        {
            "start": 970978764,
            "stop": 970978813
        },
        {
            "start": 970978816,
            "stop": 970978942
        },
        {
            "start": 970978943,
            "stop": 970978971
        },
        {
            "start": 970978974,
            "stop": 970978993
        },
        {
            "start": 970978994,
            "stop": 970979036
        },
        {
            "start": 970979039,
            "stop": 970979055
        },
        {
            "start": 970979058,
            "stop": 970979076
        },
        {
            "start": 970979077,
            "stop": 970979105
        },
        {
            "start": 970979106,
            "stop": 970979112
        },
        {
            "start": 970979113,
            "stop": 970979309
        }
    ]
}