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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=105",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 106,
    "results": [
        {
            "start": 1239246215,
            "stop": 1239246288
        },
        {
            "start": 1239246289,
            "stop": 1239246344
        },
        {
            "start": 1239246345,
            "stop": 1239246406
        },
        {
            "start": 1239246409,
            "stop": 1239246595
        },
        {
            "start": 1239246598,
            "stop": 1239246600
        },
        {
            "start": 1239246603,
            "stop": 1239246651
        },
        {
            "start": 1239246653,
            "stop": 1239246854
        },
        {
            "start": 1239246857,
            "stop": 1239247141
        },
        {
            "start": 1239247143,
            "stop": 1239247315
        },
        {
            "start": 1239247323,
            "stop": 1239247631
        },
        {
            "start": 1239247634,
            "stop": 1239248527
        },
        {
            "start": 1239248529,
            "stop": 1239248617
        },
        {
            "start": 1239248620,
            "stop": 1239248693
        },
        {
            "start": 1239248694,
            "stop": 1239248983
        },
        {
            "start": 1239248984,
            "stop": 1239249122
        },
        {
            "start": 1239249124,
            "stop": 1239249201
        },
        {
            "start": 1239249202,
            "stop": 1239249404
        },
        {
            "start": 1239249406,
            "stop": 1239249420
        },
        {
            "start": 1239249422,
            "stop": 1239249508
        },
        {
            "start": 1239249509,
            "stop": 1239249856
        }
    ]
}