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_CAT3H/segments?format=api&page=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=54",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 55,
    "results": [
        {
            "start": 931082976,
            "stop": 931082987
        },
        {
            "start": 931082995,
            "stop": 931083000
        },
        {
            "start": 931083002,
            "stop": 931083008
        },
        {
            "start": 931083010,
            "stop": 931083013
        },
        {
            "start": 931083017,
            "stop": 931083023
        },
        {
            "start": 931083024,
            "stop": 931083026
        },
        {
            "start": 931083028,
            "stop": 931083031
        },
        {
            "start": 931083036,
            "stop": 931083052
        },
        {
            "start": 931083054,
            "stop": 931083055
        },
        {
            "start": 931083056,
            "stop": 931083060
        },
        {
            "start": 931083065,
            "stop": 931083066
        },
        {
            "start": 931083068,
            "stop": 931083069
        },
        {
            "start": 931083075,
            "stop": 931083076
        },
        {
            "start": 931083077,
            "stop": 931083083
        },
        {
            "start": 931083086,
            "stop": 931083088
        },
        {
            "start": 931083093,
            "stop": 931083094
        },
        {
            "start": 931083096,
            "stop": 931083099
        },
        {
            "start": 931083101,
            "stop": 931083106
        },
        {
            "start": 931083108,
            "stop": 931083109
        },
        {
            "start": 931083111,
            "stop": 931083117
        }
    ]
}