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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=75",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 76,
    "results": [
        {
            "start": 818051599,
            "stop": 818051624
        },
        {
            "start": 818051632,
            "stop": 818051652
        },
        {
            "start": 818051660,
            "stop": 818051688
        },
        {
            "start": 818051703,
            "stop": 818051708
        },
        {
            "start": 818051716,
            "stop": 818051722
        },
        {
            "start": 818051731,
            "stop": 818051734
        },
        {
            "start": 818051752,
            "stop": 818051772
        },
        {
            "start": 818051788,
            "stop": 818051814
        },
        {
            "start": 818051823,
            "stop": 818051828
        },
        {
            "start": 818051837,
            "stop": 818051867
        },
        {
            "start": 818051876,
            "stop": 818051880
        },
        {
            "start": 818051890,
            "stop": 818051893
        },
        {
            "start": 818051912,
            "stop": 818051935
        },
        {
            "start": 818051957,
            "stop": 818051960
        },
        {
            "start": 818051996,
            "stop": 818052000
        },
        {
            "start": 818052010,
            "stop": 818052012
        },
        {
            "start": 818052028,
            "stop": 818052032
        },
        {
            "start": 818052043,
            "stop": 818052053
        },
        {
            "start": 818052077,
            "stop": 818052078
        },
        {
            "start": 818052102,
            "stop": 818052103
        }
    ]
}