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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=114",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 115,
    "results": [
        {
            "start": 1378186706,
            "stop": 1378191864
        },
        {
            "start": 1378191869,
            "stop": 1378191890
        },
        {
            "start": 1378191895,
            "stop": 1378193030
        },
        {
            "start": 1378193035,
            "stop": 1378195129
        },
        {
            "start": 1378195134,
            "stop": 1378200841
        },
        {
            "start": 1378211421,
            "stop": 1378212640
        },
        {
            "start": 1378212644,
            "stop": 1378215014
        },
        {
            "start": 1378215019,
            "stop": 1378222400
        },
        {
            "start": 1378222405,
            "stop": 1378222524
        },
        {
            "start": 1378222529,
            "stop": 1378223542
        },
        {
            "start": 1378223547,
            "stop": 1378224625
        },
        {
            "start": 1378241229,
            "stop": 1378244506
        },
        {
            "start": 1378263688,
            "stop": 1378264867
        },
        {
            "start": 1378264872,
            "stop": 1378265787
        },
        {
            "start": 1378265792,
            "stop": 1378266931
        },
        {
            "start": 1378266936,
            "stop": 1378267443
        },
        {
            "start": 1378267448,
            "stop": 1378269266
        },
        {
            "start": 1378269271,
            "stop": 1378273612
        },
        {
            "start": 1378278430,
            "stop": 1378295221
        },
        {
            "start": 1378295226,
            "stop": 1378298420
        }
    ]
}