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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=348",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 349,
    "results": [
        {
            "start": 1260621090,
            "stop": 1260621353
        },
        {
            "start": 1260621354,
            "stop": 1260621575
        },
        {
            "start": 1260621576,
            "stop": 1260621578
        },
        {
            "start": 1260621579,
            "stop": 1260621630
        },
        {
            "start": 1260621631,
            "stop": 1260621690
        },
        {
            "start": 1260621691,
            "stop": 1260622267
        },
        {
            "start": 1260622268,
            "stop": 1260622320
        },
        {
            "start": 1260622321,
            "stop": 1260622570
        },
        {
            "start": 1260622573,
            "stop": 1260623073
        },
        {
            "start": 1260623074,
            "stop": 1260623288
        },
        {
            "start": 1260623290,
            "stop": 1260623849
        },
        {
            "start": 1260623850,
            "stop": 1260623963
        },
        {
            "start": 1260623965,
            "stop": 1260624121
        },
        {
            "start": 1260624122,
            "stop": 1260624165
        },
        {
            "start": 1260624166,
            "stop": 1260624222
        },
        {
            "start": 1260624224,
            "stop": 1260624320
        },
        {
            "start": 1260624322,
            "stop": 1260624347
        },
        {
            "start": 1260624348,
            "stop": 1260624459
        },
        {
            "start": 1260624462,
            "stop": 1260624554
        },
        {
            "start": 1260624557,
            "stop": 1260625278
        }
    ]
}