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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=418",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=416",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 417,
    "results": [
        {
            "start": 932720775,
            "stop": 932721330
        },
        {
            "start": 932721331,
            "stop": 932721699
        },
        {
            "start": 932721700,
            "stop": 932721801
        },
        {
            "start": 932721802,
            "stop": 932722545
        },
        {
            "start": 932722546,
            "stop": 932722985
        },
        {
            "start": 932722988,
            "stop": 932723000
        },
        {
            "start": 932723003,
            "stop": 932723015
        },
        {
            "start": 932723018,
            "stop": 932723030
        },
        {
            "start": 932723034,
            "stop": 932723139
        },
        {
            "start": 932723140,
            "stop": 932723511
        },
        {
            "start": 932723513,
            "stop": 932723671
        },
        {
            "start": 932723672,
            "stop": 932723778
        },
        {
            "start": 932723779,
            "stop": 932723943
        },
        {
            "start": 932724757,
            "stop": 932724766
        },
        {
            "start": 932724767,
            "stop": 932725100
        },
        {
            "start": 932725101,
            "stop": 932725105
        },
        {
            "start": 932725106,
            "stop": 932725153
        },
        {
            "start": 932725154,
            "stop": 932725316
        },
        {
            "start": 932725317,
            "stop": 932725403
        },
        {
            "start": 932725407,
            "stop": 932725419
        }
    ]
}