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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=161",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 162,
    "results": [
        {
            "start": 931463210,
            "stop": 931463238
        },
        {
            "start": 931463240,
            "stop": 931463314
        },
        {
            "start": 931463316,
            "stop": 931463324
        },
        {
            "start": 931463326,
            "stop": 931463330
        },
        {
            "start": 931463332,
            "stop": 931463344
        },
        {
            "start": 931463346,
            "stop": 931463428
        },
        {
            "start": 931463430,
            "stop": 931463439
        },
        {
            "start": 931463441,
            "stop": 931463529
        },
        {
            "start": 931463530,
            "stop": 931463547
        },
        {
            "start": 931463548,
            "stop": 931463711
        },
        {
            "start": 931463713,
            "stop": 931463749
        },
        {
            "start": 931463751,
            "stop": 931463769
        },
        {
            "start": 931463770,
            "stop": 931463787
        },
        {
            "start": 931463789,
            "stop": 931463934
        },
        {
            "start": 931463936,
            "stop": 931463963
        },
        {
            "start": 931463965,
            "stop": 931463975
        },
        {
            "start": 931463977,
            "stop": 931464009
        },
        {
            "start": 931464011,
            "stop": 931464051
        },
        {
            "start": 931464053,
            "stop": 931464085
        },
        {
            "start": 931464087,
            "stop": 931464124
        }
    ]
}