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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40849",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40847",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40848,
    "results": [
        {
            "start": 875046939,
            "stop": 875046946
        },
        {
            "start": 875046947,
            "stop": 875046960
        },
        {
            "start": 875046961,
            "stop": 875046965
        },
        {
            "start": 875046967,
            "stop": 875046981
        },
        {
            "start": 875046982,
            "stop": 875046994
        },
        {
            "start": 875046996,
            "stop": 875046999
        },
        {
            "start": 875047000,
            "stop": 875047010
        },
        {
            "start": 875047011,
            "stop": 875047019
        },
        {
            "start": 875047020,
            "stop": 875047025
        },
        {
            "start": 875047027,
            "stop": 875047033
        },
        {
            "start": 875047034,
            "stop": 875047053
        },
        {
            "start": 875047054,
            "stop": 875047058
        },
        {
            "start": 875047059,
            "stop": 875047100
        },
        {
            "start": 875047102,
            "stop": 875047137
        },
        {
            "start": 875047138,
            "stop": 875047140
        },
        {
            "start": 875047142,
            "stop": 875047167
        },
        {
            "start": 875047169,
            "stop": 875047186
        },
        {
            "start": 875047187,
            "stop": 875047228
        },
        {
            "start": 875047230,
            "stop": 875047243
        },
        {
            "start": 875047244,
            "stop": 875047245
        }
    ]
}