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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1935",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1933",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1934,
    "results": [
        {
            "start": 1252473943,
            "stop": 1252473948
        },
        {
            "start": 1252473949,
            "stop": 1252476909
        },
        {
            "start": 1252476912,
            "stop": 1252482195
        },
        {
            "start": 1252482198,
            "stop": 1252482210
        },
        {
            "start": 1252482213,
            "stop": 1252483548
        },
        {
            "start": 1252483556,
            "stop": 1252483842
        },
        {
            "start": 1252483844,
            "stop": 1252483936
        },
        {
            "start": 1252484022,
            "stop": 1252484680
        },
        {
            "start": 1252484683,
            "stop": 1252484883
        },
        {
            "start": 1252484886,
            "stop": 1252484983
        },
        {
            "start": 1252484986,
            "stop": 1252488302
        },
        {
            "start": 1252488305,
            "stop": 1252489160
        },
        {
            "start": 1252489168,
            "stop": 1252489231
        },
        {
            "start": 1252489234,
            "stop": 1252490959
        },
        {
            "start": 1252490962,
            "stop": 1252491188
        },
        {
            "start": 1252491191,
            "stop": 1252491456
        },
        {
            "start": 1252491459,
            "stop": 1252493092
        },
        {
            "start": 1252493095,
            "stop": 1252495994
        },
        {
            "start": 1252495997,
            "stop": 1252496435
        },
        {
            "start": 1252496438,
            "stop": 1252498883
        }
    ]
}