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=121
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=122",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=120",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 121,
    "results": [
        {
            "start": 1126635253,
            "stop": 1126635254
        },
        {
            "start": 1126635255,
            "stop": 1126635258
        },
        {
            "start": 1126635260,
            "stop": 1126635268
        },
        {
            "start": 1126635269,
            "stop": 1126635273
        },
        {
            "start": 1126635276,
            "stop": 1126635283
        },
        {
            "start": 1126635284,
            "stop": 1126635622
        },
        {
            "start": 1126635623,
            "stop": 1126635635
        },
        {
            "start": 1126635636,
            "stop": 1126635981
        },
        {
            "start": 1126635983,
            "stop": 1126635988
        },
        {
            "start": 1126635989,
            "stop": 1126635998
        },
        {
            "start": 1126635999,
            "stop": 1126636055
        },
        {
            "start": 1126636057,
            "stop": 1126636062
        },
        {
            "start": 1126636065,
            "stop": 1126636067
        },
        {
            "start": 1126636069,
            "stop": 1126636071
        },
        {
            "start": 1126636073,
            "stop": 1126636074
        },
        {
            "start": 1126636076,
            "stop": 1126636077
        },
        {
            "start": 1126636079,
            "stop": 1126636080
        },
        {
            "start": 1126636082,
            "stop": 1126636146
        },
        {
            "start": 1126636147,
            "stop": 1126636149
        },
        {
            "start": 1126636150,
            "stop": 1126636151
        }
    ]
}