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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=169",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 170,
    "results": [
        {
            "start": 1126759320,
            "stop": 1126759321
        },
        {
            "start": 1126759323,
            "stop": 1126759376
        },
        {
            "start": 1126759378,
            "stop": 1126759379
        },
        {
            "start": 1126759381,
            "stop": 1126759425
        },
        {
            "start": 1126759427,
            "stop": 1126759493
        },
        {
            "start": 1126759497,
            "stop": 1126759810
        },
        {
            "start": 1126759811,
            "stop": 1126760054
        },
        {
            "start": 1126760056,
            "stop": 1126760171
        },
        {
            "start": 1126760172,
            "stop": 1126760545
        },
        {
            "start": 1126760546,
            "stop": 1126760933
        },
        {
            "start": 1126760935,
            "stop": 1126761240
        },
        {
            "start": 1126761241,
            "stop": 1126761291
        },
        {
            "start": 1126761292,
            "stop": 1126761363
        },
        {
            "start": 1126761364,
            "stop": 1126761623
        },
        {
            "start": 1126761624,
            "stop": 1126761938
        },
        {
            "start": 1126761939,
            "stop": 1126762280
        },
        {
            "start": 1126762282,
            "stop": 1126762307
        },
        {
            "start": 1126762308,
            "stop": 1126762690
        },
        {
            "start": 1126762692,
            "stop": 1126763067
        },
        {
            "start": 1126763069,
            "stop": 1126763135
        }
    ]
}