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/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=548
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=549",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=547",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 548,
    "results": [
        {
            "start": 1262808964,
            "stop": 1262808965
        },
        {
            "start": 1262808968,
            "stop": 1262809001
        },
        {
            "start": 1262809007,
            "stop": 1262809017
        },
        {
            "start": 1262809020,
            "stop": 1262809021
        },
        {
            "start": 1262809024,
            "stop": 1262809047
        },
        {
            "start": 1262809050,
            "stop": 1262809057
        },
        {
            "start": 1262809060,
            "stop": 1262809065
        },
        {
            "start": 1262809068,
            "stop": 1262809091
        },
        {
            "start": 1262809094,
            "stop": 1262809146
        },
        {
            "start": 1262809149,
            "stop": 1262809150
        },
        {
            "start": 1262809153,
            "stop": 1262809154
        },
        {
            "start": 1262809157,
            "stop": 1262809181
        },
        {
            "start": 1262809184,
            "stop": 1262809188
        },
        {
            "start": 1262809194,
            "stop": 1262809199
        },
        {
            "start": 1262809202,
            "stop": 1262809250
        },
        {
            "start": 1262809253,
            "stop": 1262809313
        },
        {
            "start": 1262809316,
            "stop": 1262809324
        },
        {
            "start": 1262809327,
            "stop": 1262809348
        },
        {
            "start": 1262809351,
            "stop": 1262809373
        },
        {
            "start": 1262809376,
            "stop": 1262809390
        }
    ]
}