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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=9",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 10,
    "results": [
        {
            "start": 1256834111,
            "stop": 1256838392
        },
        {
            "start": 1256840250,
            "stop": 1256842198
        },
        {
            "start": 1256842201,
            "stop": 1256842795
        },
        {
            "start": 1256842798,
            "stop": 1256844349
        },
        {
            "start": 1256844352,
            "stop": 1256845749
        },
        {
            "start": 1256845752,
            "stop": 1256852224
        },
        {
            "start": 1256852226,
            "stop": 1256852374
        },
        {
            "start": 1256852376,
            "stop": 1256852482
        },
        {
            "start": 1256852485,
            "stop": 1256853455
        },
        {
            "start": 1256853458,
            "stop": 1256854617
        },
        {
            "start": 1256854620,
            "stop": 1256855481
        },
        {
            "start": 1256855484,
            "stop": 1256857626
        },
        {
            "start": 1256857629,
            "stop": 1256858928
        },
        {
            "start": 1256858931,
            "stop": 1256863006
        },
        {
            "start": 1256863007,
            "stop": 1256863170
        },
        {
            "start": 1256863173,
            "stop": 1256863454
        },
        {
            "start": 1256863455,
            "stop": 1256863574
        },
        {
            "start": 1256863575,
            "stop": 1256863845
        },
        {
            "start": 1256863848,
            "stop": 1256867059
        },
        {
            "start": 1256867062,
            "stop": 1256867887
        }
    ]
}