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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=28",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 29,
    "results": [
        {
            "start": 818760784,
            "stop": 818760796
        },
        {
            "start": 818760797,
            "stop": 818760803
        },
        {
            "start": 818760806,
            "stop": 818760807
        },
        {
            "start": 818760811,
            "stop": 818760815
        },
        {
            "start": 818760816,
            "stop": 818760839
        },
        {
            "start": 818760841,
            "stop": 818760854
        },
        {
            "start": 818760856,
            "stop": 818760885
        },
        {
            "start": 818762675,
            "stop": 818763267
        },
        {
            "start": 818763313,
            "stop": 818763600
        },
        {
            "start": 818763684,
            "stop": 818764254
        },
        {
            "start": 818764256,
            "stop": 818764264
        },
        {
            "start": 818769500,
            "stop": 818772675
        },
        {
            "start": 818772823,
            "stop": 818775305
        },
        {
            "start": 818777674,
            "stop": 818779009
        },
        {
            "start": 818779012,
            "stop": 818779147
        },
        {
            "start": 818779150,
            "stop": 818779403
        },
        {
            "start": 818779585,
            "stop": 818779721
        },
        {
            "start": 818779816,
            "stop": 818780411
        },
        {
            "start": 818780414,
            "stop": 818781072
        },
        {
            "start": 818793736,
            "stop": 818794381
        }
    ]
}