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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2974",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2972",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2973,
    "results": [
        {
            "start": 860953500,
            "stop": 860954133
        },
        {
            "start": 860954232,
            "stop": 860955360
        },
        {
            "start": 860955420,
            "stop": 860957340
        },
        {
            "start": 860957400,
            "stop": 860958995
        },
        {
            "start": 860958999,
            "stop": 860960880
        },
        {
            "start": 860961044,
            "stop": 860961960
        },
        {
            "start": 860962080,
            "stop": 860964160
        },
        {
            "start": 860964165,
            "stop": 860964180
        },
        {
            "start": 860964240,
            "stop": 860966340
        },
        {
            "start": 860966400,
            "stop": 860966520
        },
        {
            "start": 860966640,
            "stop": 860967226
        },
        {
            "start": 860967229,
            "stop": 860968211
        },
        {
            "start": 860968348,
            "stop": 860970512
        },
        {
            "start": 860970976,
            "stop": 860972755
        },
        {
            "start": 860972820,
            "stop": 860983620
        },
        {
            "start": 860983680,
            "stop": 860984880
        },
        {
            "start": 860985000,
            "stop": 860988033
        },
        {
            "start": 860991344,
            "stop": 860998027
        },
        {
            "start": 860998031,
            "stop": 861012300
        },
        {
            "start": 861012360,
            "stop": 861012575
        }
    ]
}