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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14422",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14420",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14421,
    "results": [
        {
            "start": 971452563,
            "stop": 971452567
        },
        {
            "start": 971452568,
            "stop": 971452569
        },
        {
            "start": 971452570,
            "stop": 971452582
        },
        {
            "start": 971452589,
            "stop": 971452596
        },
        {
            "start": 971452598,
            "stop": 971452638
        },
        {
            "start": 971452639,
            "stop": 971452645
        },
        {
            "start": 971452648,
            "stop": 971452667
        },
        {
            "start": 971452673,
            "stop": 971452675
        },
        {
            "start": 971452677,
            "stop": 971452699
        },
        {
            "start": 971452702,
            "stop": 971452950
        },
        {
            "start": 971452951,
            "stop": 971452988
        },
        {
            "start": 971452989,
            "stop": 971453141
        },
        {
            "start": 971453142,
            "stop": 971453145
        },
        {
            "start": 971453147,
            "stop": 971453158
        },
        {
            "start": 971453159,
            "stop": 971453164
        },
        {
            "start": 971453165,
            "stop": 971453181
        },
        {
            "start": 971453182,
            "stop": 971453183
        },
        {
            "start": 971453184,
            "stop": 971453231
        },
        {
            "start": 971453232,
            "stop": 971453272
        },
        {
            "start": 971453273,
            "stop": 971453280
        }
    ]
}