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=1781
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=1782",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1780",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1781,
    "results": [
        {
            "start": 1249563014,
            "stop": 1249563015
        },
        {
            "start": 1249563017,
            "stop": 1249563018
        },
        {
            "start": 1249563019,
            "stop": 1249563020
        },
        {
            "start": 1249563022,
            "stop": 1249563024
        },
        {
            "start": 1249563038,
            "stop": 1249563040
        },
        {
            "start": 1249563046,
            "stop": 1249563049
        },
        {
            "start": 1249563054,
            "stop": 1249563055
        },
        {
            "start": 1249563062,
            "stop": 1249563069
        },
        {
            "start": 1249563070,
            "stop": 1249563077
        },
        {
            "start": 1249563078,
            "stop": 1249563082
        },
        {
            "start": 1249563097,
            "stop": 1249563098
        },
        {
            "start": 1249563100,
            "stop": 1249563105
        },
        {
            "start": 1249563110,
            "stop": 1249563111
        },
        {
            "start": 1249563114,
            "stop": 1249563116
        },
        {
            "start": 1249563122,
            "stop": 1249563123
        },
        {
            "start": 1249563125,
            "stop": 1249563127
        },
        {
            "start": 1249563154,
            "stop": 1249563156
        },
        {
            "start": 1249563158,
            "stop": 1249563159
        },
        {
            "start": 1249563176,
            "stop": 1249563198
        },
        {
            "start": 1249563207,
            "stop": 1249563250
        }
    ]
}