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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=84",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 85,
    "results": [
        {
            "start": 823561572,
            "stop": 823561893
        },
        {
            "start": 823571523,
            "stop": 823580141
        },
        {
            "start": 823586337,
            "stop": 823594502
        },
        {
            "start": 823596817,
            "stop": 823613618
        },
        {
            "start": 823614644,
            "stop": 823616225
        },
        {
            "start": 823620666,
            "stop": 823627132
        },
        {
            "start": 823629776,
            "stop": 823633540
        },
        {
            "start": 823643639,
            "stop": 823646422
        },
        {
            "start": 823649460,
            "stop": 823654408
        },
        {
            "start": 823654621,
            "stop": 823659960
        },
        {
            "start": 823660371,
            "stop": 823660925
        },
        {
            "start": 823661802,
            "stop": 823662273
        },
        {
            "start": 823662275,
            "stop": 823662440
        },
        {
            "start": 823663588,
            "stop": 823663780
        },
        {
            "start": 823666563,
            "stop": 823668167
        },
        {
            "start": 823668172,
            "stop": 823669573
        },
        {
            "start": 823669637,
            "stop": 823669647
        },
        {
            "start": 823669649,
            "stop": 823670067
        },
        {
            "start": 823670129,
            "stop": 823670182
        },
        {
            "start": 823670348,
            "stop": 823670789
        }
    ]
}