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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=474",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=472",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 473,
    "results": [
        {
            "start": 1264397590,
            "stop": 1264397606
        },
        {
            "start": 1264397608,
            "stop": 1264397615
        },
        {
            "start": 1264397616,
            "stop": 1264397621
        },
        {
            "start": 1264397623,
            "stop": 1264397630
        },
        {
            "start": 1264397632,
            "stop": 1264397698
        },
        {
            "start": 1264397700,
            "stop": 1264397726
        },
        {
            "start": 1264397729,
            "stop": 1264397759
        },
        {
            "start": 1264397764,
            "stop": 1264397793
        },
        {
            "start": 1264397795,
            "stop": 1264397800
        },
        {
            "start": 1264397804,
            "stop": 1264397809
        },
        {
            "start": 1264397812,
            "stop": 1264397846
        },
        {
            "start": 1264397848,
            "stop": 1264397854
        },
        {
            "start": 1264397857,
            "stop": 1264397861
        },
        {
            "start": 1264397863,
            "stop": 1264397897
        },
        {
            "start": 1264397898,
            "stop": 1264397930
        },
        {
            "start": 1264397933,
            "stop": 1264397947
        },
        {
            "start": 1264397949,
            "stop": 1264398212
        },
        {
            "start": 1264398214,
            "stop": 1264398240
        },
        {
            "start": 1264398242,
            "stop": 1264398256
        },
        {
            "start": 1264398259,
            "stop": 1264398309
        }
    ]
}