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=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=13",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 14,
    "results": [
        {
            "start": 817352726,
            "stop": 817353135
        },
        {
            "start": 817353271,
            "stop": 817353386
        },
        {
            "start": 817353388,
            "stop": 817354951
        },
        {
            "start": 817354953,
            "stop": 817365352
        },
        {
            "start": 817366310,
            "stop": 817395164
        },
        {
            "start": 817399812,
            "stop": 817401511
        },
        {
            "start": 817403006,
            "stop": 817403007
        },
        {
            "start": 817403010,
            "stop": 817403011
        },
        {
            "start": 817403014,
            "stop": 817403015
        },
        {
            "start": 817403029,
            "stop": 817403031
        },
        {
            "start": 817403035,
            "stop": 817403037
        },
        {
            "start": 817403044,
            "stop": 817403047
        },
        {
            "start": 817403050,
            "stop": 817403052
        },
        {
            "start": 817403058,
            "stop": 817403065
        },
        {
            "start": 817403067,
            "stop": 817403073
        },
        {
            "start": 817403074,
            "stop": 817403077
        },
        {
            "start": 817403079,
            "stop": 817403081
        },
        {
            "start": 817403083,
            "stop": 817403090
        },
        {
            "start": 817403092,
            "stop": 817403096
        },
        {
            "start": 817403097,
            "stop": 817403101
        }
    ]
}