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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=90",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 91,
    "results": [
        {
            "start": 1239010124,
            "stop": 1239010214
        },
        {
            "start": 1239010217,
            "stop": 1239010275
        },
        {
            "start": 1239010276,
            "stop": 1239010285
        },
        {
            "start": 1239010288,
            "stop": 1239010318
        },
        {
            "start": 1239010321,
            "stop": 1239010324
        },
        {
            "start": 1239010327,
            "stop": 1239010368
        },
        {
            "start": 1239010425,
            "stop": 1239010469
        },
        {
            "start": 1239010472,
            "stop": 1239010653
        },
        {
            "start": 1239010655,
            "stop": 1239011150
        },
        {
            "start": 1239011151,
            "stop": 1239011152
        },
        {
            "start": 1239011153,
            "stop": 1239011426
        },
        {
            "start": 1239011428,
            "stop": 1239015169
        },
        {
            "start": 1239015171,
            "stop": 1239015988
        },
        {
            "start": 1239015991,
            "stop": 1239017542
        },
        {
            "start": 1239017550,
            "stop": 1239018031
        },
        {
            "start": 1239018034,
            "stop": 1239018828
        },
        {
            "start": 1239018831,
            "stop": 1239019069
        },
        {
            "start": 1239019072,
            "stop": 1239019483
        },
        {
            "start": 1239019486,
            "stop": 1239019524
        },
        {
            "start": 1239019526,
            "stop": 1239020404
        }
    ]
}