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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5159",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5157",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5158,
    "results": [
        {
            "start": 1136997649,
            "stop": 1136997656
        },
        {
            "start": 1136997658,
            "stop": 1136997670
        },
        {
            "start": 1136997672,
            "stop": 1136997681
        },
        {
            "start": 1136997683,
            "stop": 1136997693
        },
        {
            "start": 1136997695,
            "stop": 1136997702
        },
        {
            "start": 1136997704,
            "stop": 1136997706
        },
        {
            "start": 1136997708,
            "stop": 1136997711
        },
        {
            "start": 1136997713,
            "stop": 1136997715
        },
        {
            "start": 1136997716,
            "stop": 1136997726
        },
        {
            "start": 1136997728,
            "stop": 1136997732
        },
        {
            "start": 1136997734,
            "stop": 1136997764
        },
        {
            "start": 1136997766,
            "stop": 1136997772
        },
        {
            "start": 1136997774,
            "stop": 1136997784
        },
        {
            "start": 1136997786,
            "stop": 1136997795
        },
        {
            "start": 1136997797,
            "stop": 1136997805
        },
        {
            "start": 1136997807,
            "stop": 1136997811
        },
        {
            "start": 1136997813,
            "stop": 1136997817
        },
        {
            "start": 1136997819,
            "stop": 1136997825
        },
        {
            "start": 1136997827,
            "stop": 1136997829
        },
        {
            "start": 1136997830,
            "stop": 1136997839
        }
    ]
}