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=33305
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=33306",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33304",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33305,
    "results": [
        {
            "start": 971009901,
            "stop": 971009918
        },
        {
            "start": 971009919,
            "stop": 971009924
        },
        {
            "start": 971009925,
            "stop": 971009951
        },
        {
            "start": 971009952,
            "stop": 971009973
        },
        {
            "start": 971009974,
            "stop": 971009996
        },
        {
            "start": 971009997,
            "stop": 971010004
        },
        {
            "start": 971010006,
            "stop": 971010010
        },
        {
            "start": 971010011,
            "stop": 971010018
        },
        {
            "start": 971010021,
            "stop": 971010028
        },
        {
            "start": 971010032,
            "stop": 971010033
        },
        {
            "start": 971010036,
            "stop": 971010054
        },
        {
            "start": 971010057,
            "stop": 971010061
        },
        {
            "start": 971010062,
            "stop": 971010063
        },
        {
            "start": 971010064,
            "stop": 971010067
        },
        {
            "start": 971010070,
            "stop": 971010074
        },
        {
            "start": 971010075,
            "stop": 971010084
        },
        {
            "start": 971010085,
            "stop": 971010098
        },
        {
            "start": 971010104,
            "stop": 971010109
        },
        {
            "start": 971010110,
            "stop": 971010127
        },
        {
            "start": 971010128,
            "stop": 971010134
        }
    ]
}