Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=12
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=11",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 12,
    "results": [
        {
            "start": 931136497,
            "stop": 931136544
        },
        {
            "start": 931136546,
            "stop": 931136558
        },
        {
            "start": 931136560,
            "stop": 931136564
        },
        {
            "start": 931136565,
            "stop": 931136589
        },
        {
            "start": 931136592,
            "stop": 931136599
        },
        {
            "start": 931136601,
            "stop": 931136602
        },
        {
            "start": 931136604,
            "stop": 931136616
        },
        {
            "start": 931136619,
            "stop": 931136620
        },
        {
            "start": 931136623,
            "stop": 931136625
        },
        {
            "start": 931136626,
            "stop": 931136697
        },
        {
            "start": 931136699,
            "stop": 931136716
        },
        {
            "start": 931136718,
            "stop": 931136721
        },
        {
            "start": 931136723,
            "stop": 931136727
        },
        {
            "start": 931136728,
            "stop": 931136732
        },
        {
            "start": 931136734,
            "stop": 931136752
        },
        {
            "start": 931136754,
            "stop": 931136758
        },
        {
            "start": 931136759,
            "stop": 931136766
        },
        {
            "start": 931136767,
            "stop": 931136782
        },
        {
            "start": 931136783,
            "stop": 931136784
        },
        {
            "start": 931136786,
            "stop": 931136787
        }
    ]
}