Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=93
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=92",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 93,
    "results": [
        {
            "start": 1259309105,
            "stop": 1259309186
        },
        {
            "start": 1259309189,
            "stop": 1259309409
        },
        {
            "start": 1259309412,
            "stop": 1259309417
        },
        {
            "start": 1259309422,
            "stop": 1259309553
        },
        {
            "start": 1259309556,
            "stop": 1259309695
        },
        {
            "start": 1259309700,
            "stop": 1259309702
        },
        {
            "start": 1259309706,
            "stop": 1259309823
        },
        {
            "start": 1259309826,
            "stop": 1259309948
        },
        {
            "start": 1259309949,
            "stop": 1259310161
        },
        {
            "start": 1259310166,
            "stop": 1259311164
        },
        {
            "start": 1259311168,
            "stop": 1259311461
        },
        {
            "start": 1259311464,
            "stop": 1259312443
        },
        {
            "start": 1259312446,
            "stop": 1259314233
        },
        {
            "start": 1259314237,
            "stop": 1259314657
        },
        {
            "start": 1259314660,
            "stop": 1259314690
        },
        {
            "start": 1259314695,
            "stop": 1259314746
        },
        {
            "start": 1259314747,
            "stop": 1259315411
        },
        {
            "start": 1259315414,
            "stop": 1259315523
        },
        {
            "start": 1259315526,
            "stop": 1259317086
        },
        {
            "start": 1259317091,
            "stop": 1259317435
        }
    ]
}