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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=233",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 234,
    "results": [
        {
            "start": 1240139700,
            "stop": 1240139728
        },
        {
            "start": 1240139731,
            "stop": 1240139789
        },
        {
            "start": 1240139792,
            "stop": 1240139812
        },
        {
            "start": 1240139813,
            "stop": 1240139968
        },
        {
            "start": 1240139970,
            "stop": 1240140295
        },
        {
            "start": 1240140297,
            "stop": 1240140400
        },
        {
            "start": 1240140401,
            "stop": 1240140501
        },
        {
            "start": 1240140503,
            "stop": 1240140795
        },
        {
            "start": 1240140797,
            "stop": 1240141249
        },
        {
            "start": 1240141250,
            "stop": 1240141509
        },
        {
            "start": 1240146663,
            "stop": 1240146796
        },
        {
            "start": 1240146797,
            "stop": 1240146850
        },
        {
            "start": 1240146856,
            "stop": 1240146881
        },
        {
            "start": 1240146882,
            "stop": 1240146910
        },
        {
            "start": 1240146911,
            "stop": 1240146968
        },
        {
            "start": 1240146969,
            "stop": 1240147562
        },
        {
            "start": 1240147564,
            "stop": 1240147648
        },
        {
            "start": 1240147650,
            "stop": 1240147741
        },
        {
            "start": 1240147743,
            "stop": 1240147799
        },
        {
            "start": 1240147800,
            "stop": 1240147828
        }
    ]
}