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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=21",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 22,
    "results": [
        {
            "start": 818373732,
            "stop": 818383736
        },
        {
            "start": 818385632,
            "stop": 818391558
        },
        {
            "start": 818391582,
            "stop": 818393767
        },
        {
            "start": 818395604,
            "stop": 818398869
        },
        {
            "start": 818398913,
            "stop": 818409485
        },
        {
            "start": 818410639,
            "stop": 818419552
        },
        {
            "start": 818419554,
            "stop": 818419953
        },
        {
            "start": 818422070,
            "stop": 818426367
        },
        {
            "start": 818426369,
            "stop": 818426725
        },
        {
            "start": 818426727,
            "stop": 818426728
        },
        {
            "start": 818426730,
            "stop": 818427086
        },
        {
            "start": 818427088,
            "stop": 818427089
        },
        {
            "start": 818427090,
            "stop": 818427150
        },
        {
            "start": 818468830,
            "stop": 818470064
        },
        {
            "start": 818470066,
            "stop": 818471683
        },
        {
            "start": 818471685,
            "stop": 818474746
        },
        {
            "start": 818475835,
            "stop": 818480339
        },
        {
            "start": 818491814,
            "stop": 818494949
        },
        {
            "start": 818494951,
            "stop": 818495073
        },
        {
            "start": 818495790,
            "stop": 818504248
        }
    ]
}