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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=207",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 208,
    "results": [
        {
            "start": 1126855130,
            "stop": 1126855279
        },
        {
            "start": 1126855280,
            "stop": 1126855408
        },
        {
            "start": 1126855409,
            "stop": 1126855447
        },
        {
            "start": 1126855448,
            "stop": 1126855542
        },
        {
            "start": 1126855543,
            "stop": 1126855544
        },
        {
            "start": 1126855546,
            "stop": 1126855659
        },
        {
            "start": 1126855660,
            "stop": 1126856029
        },
        {
            "start": 1126856030,
            "stop": 1126856118
        },
        {
            "start": 1126856120,
            "stop": 1126856360
        },
        {
            "start": 1126856362,
            "stop": 1126856363
        },
        {
            "start": 1126856365,
            "stop": 1126856400
        },
        {
            "start": 1126856401,
            "stop": 1126856672
        },
        {
            "start": 1126856674,
            "stop": 1126856775
        },
        {
            "start": 1126856776,
            "stop": 1126856949
        },
        {
            "start": 1126856951,
            "stop": 1126856957
        },
        {
            "start": 1126857017,
            "stop": 1126857047
        },
        {
            "start": 1126857049,
            "stop": 1126857086
        },
        {
            "start": 1126857088,
            "stop": 1126857147
        },
        {
            "start": 1126857148,
            "stop": 1126857195
        },
        {
            "start": 1126857196,
            "stop": 1126857316
        }
    ]
}