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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=164",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 165,
    "results": [
        {
            "start": 819983230,
            "stop": 819983357
        },
        {
            "start": 819983364,
            "stop": 819983517
        },
        {
            "start": 819983524,
            "stop": 819983838
        },
        {
            "start": 819983845,
            "stop": 819983878
        },
        {
            "start": 819983885,
            "stop": 819983922
        },
        {
            "start": 819984498,
            "stop": 819984545
        },
        {
            "start": 819984794,
            "stop": 819984861
        },
        {
            "start": 819984868,
            "stop": 819984916
        },
        {
            "start": 819984923,
            "stop": 819984935
        },
        {
            "start": 819984942,
            "stop": 819984965
        },
        {
            "start": 819984972,
            "stop": 819985036
        },
        {
            "start": 819985043,
            "stop": 819985072
        },
        {
            "start": 819985079,
            "stop": 819985092
        },
        {
            "start": 819985099,
            "stop": 819985107
        },
        {
            "start": 819985114,
            "stop": 819985242
        },
        {
            "start": 819985249,
            "stop": 819985325
        },
        {
            "start": 819985332,
            "stop": 819985432
        },
        {
            "start": 819985439,
            "stop": 819985597
        },
        {
            "start": 819985604,
            "stop": 819985681
        },
        {
            "start": 819985689,
            "stop": 819985700
        }
    ]
}