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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33101",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33102,
    "results": [
        {
            "start": 970555538,
            "stop": 970555569
        },
        {
            "start": 970555570,
            "stop": 970555595
        },
        {
            "start": 970555597,
            "stop": 970555612
        },
        {
            "start": 970555613,
            "stop": 970555616
        },
        {
            "start": 970555622,
            "stop": 970555640
        },
        {
            "start": 970555641,
            "stop": 970555642
        },
        {
            "start": 970555644,
            "stop": 970555649
        },
        {
            "start": 970555650,
            "stop": 970555667
        },
        {
            "start": 970555668,
            "stop": 970555689
        },
        {
            "start": 970555690,
            "stop": 970555691
        },
        {
            "start": 970555692,
            "stop": 970555713
        },
        {
            "start": 970555714,
            "stop": 970555729
        },
        {
            "start": 970555731,
            "stop": 970555733
        },
        {
            "start": 970555736,
            "stop": 970555744
        },
        {
            "start": 970555745,
            "stop": 970555764
        },
        {
            "start": 970555765,
            "stop": 970555801
        },
        {
            "start": 970555802,
            "stop": 970555805
        },
        {
            "start": 970555806,
            "stop": 970555826
        },
        {
            "start": 970555827,
            "stop": 970555838
        },
        {
            "start": 970555840,
            "stop": 970555844
        }
    ]
}