Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=180
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=179",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 180,
    "results": [
        {
            "start": 932986001,
            "stop": 932986008
        },
        {
            "start": 932986040,
            "stop": 932986046
        },
        {
            "start": 932986095,
            "stop": 932986125
        },
        {
            "start": 932986146,
            "stop": 932986151
        },
        {
            "start": 932986152,
            "stop": 932986173
        },
        {
            "start": 932986178,
            "stop": 932986181
        },
        {
            "start": 932986308,
            "stop": 932986313
        },
        {
            "start": 932986538,
            "stop": 932986552
        },
        {
            "start": 932986698,
            "stop": 932986709
        },
        {
            "start": 932986775,
            "stop": 932986779
        },
        {
            "start": 932986816,
            "stop": 932986842
        },
        {
            "start": 932986872,
            "stop": 932986890
        },
        {
            "start": 932986942,
            "stop": 932986944
        },
        {
            "start": 932986981,
            "stop": 932986995
        },
        {
            "start": 932986996,
            "stop": 932987006
        },
        {
            "start": 932987073,
            "stop": 932987077
        },
        {
            "start": 932987241,
            "stop": 932987243
        },
        {
            "start": 932987336,
            "stop": 932987347
        },
        {
            "start": 932987436,
            "stop": 932987437
        },
        {
            "start": 932988018,
            "stop": 932988022
        }
    ]
}