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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=93",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 94,
    "results": [
        {
            "start": 818068742,
            "stop": 818068743
        },
        {
            "start": 818068764,
            "stop": 818068769
        },
        {
            "start": 818068785,
            "stop": 818068789
        },
        {
            "start": 818068804,
            "stop": 818068805
        },
        {
            "start": 818068842,
            "stop": 818068845
        },
        {
            "start": 818068859,
            "stop": 818068868
        },
        {
            "start": 818068876,
            "stop": 818068884
        },
        {
            "start": 818068951,
            "stop": 818068953
        },
        {
            "start": 818068970,
            "stop": 818068972
        },
        {
            "start": 818069020,
            "stop": 818069029
        },
        {
            "start": 818069038,
            "stop": 818069040
        },
        {
            "start": 818069048,
            "stop": 818069052
        },
        {
            "start": 818069061,
            "stop": 818069062
        },
        {
            "start": 818069098,
            "stop": 818069101
        },
        {
            "start": 818069109,
            "stop": 818069115
        },
        {
            "start": 818069134,
            "stop": 818069140
        },
        {
            "start": 818069164,
            "stop": 818069165
        },
        {
            "start": 818069175,
            "stop": 818069178
        },
        {
            "start": 818069198,
            "stop": 818069203
        },
        {
            "start": 818069214,
            "stop": 818069217
        }
    ]
}