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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=228",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 229,
    "results": [
        {
            "start": 1240129783,
            "stop": 1240129826
        },
        {
            "start": 1240129827,
            "stop": 1240129833
        },
        {
            "start": 1240129835,
            "stop": 1240129961
        },
        {
            "start": 1240129962,
            "stop": 1240130135
        },
        {
            "start": 1240130137,
            "stop": 1240130181
        },
        {
            "start": 1240130183,
            "stop": 1240130194
        },
        {
            "start": 1240130196,
            "stop": 1240130213
        },
        {
            "start": 1240130214,
            "stop": 1240130786
        },
        {
            "start": 1240130789,
            "stop": 1240130871
        },
        {
            "start": 1240130874,
            "stop": 1240131128
        },
        {
            "start": 1240131129,
            "stop": 1240131591
        },
        {
            "start": 1240131592,
            "stop": 1240131600
        },
        {
            "start": 1240131601,
            "stop": 1240131723
        },
        {
            "start": 1240131726,
            "stop": 1240131766
        },
        {
            "start": 1240131769,
            "stop": 1240132152
        },
        {
            "start": 1240132153,
            "stop": 1240132300
        },
        {
            "start": 1240132303,
            "stop": 1240132367
        },
        {
            "start": 1240132368,
            "stop": 1240132369
        },
        {
            "start": 1240132370,
            "stop": 1240132439
        },
        {
            "start": 1240132440,
            "stop": 1240132629
        }
    ]
}