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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3547",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3545",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3546,
    "results": [
        {
            "start": 970253952,
            "stop": 970253954
        },
        {
            "start": 970253961,
            "stop": 970253965
        },
        {
            "start": 970253968,
            "stop": 970253972
        },
        {
            "start": 970253978,
            "stop": 970254110
        },
        {
            "start": 970254113,
            "stop": 970254142
        },
        {
            "start": 970294929,
            "stop": 970294938
        },
        {
            "start": 970294944,
            "stop": 970294959
        },
        {
            "start": 970294969,
            "stop": 970294970
        },
        {
            "start": 970294977,
            "stop": 970294985
        },
        {
            "start": 970294991,
            "stop": 970294992
        },
        {
            "start": 970294999,
            "stop": 970295000
        },
        {
            "start": 970295010,
            "stop": 970295014
        },
        {
            "start": 970295040,
            "stop": 970295157
        },
        {
            "start": 970295163,
            "stop": 970295218
        },
        {
            "start": 970295221,
            "stop": 970295650
        },
        {
            "start": 970295651,
            "stop": 970295970
        },
        {
            "start": 970295976,
            "stop": 970295998
        },
        {
            "start": 970296001,
            "stop": 970296069
        },
        {
            "start": 970296072,
            "stop": 970296299
        },
        {
            "start": 970296302,
            "stop": 970296337
        }
    ]
}