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=40811
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=40812",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40810",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40811,
    "results": [
        {
            "start": 875020919,
            "stop": 875020928
        },
        {
            "start": 875020929,
            "stop": 875020934
        },
        {
            "start": 875020935,
            "stop": 875020980
        },
        {
            "start": 875021041,
            "stop": 875021113
        },
        {
            "start": 875021114,
            "stop": 875021122
        },
        {
            "start": 875021123,
            "stop": 875021138
        },
        {
            "start": 875021139,
            "stop": 875021160
        },
        {
            "start": 875021220,
            "stop": 875021235
        },
        {
            "start": 875021237,
            "stop": 875021250
        },
        {
            "start": 875021252,
            "stop": 875021280
        },
        {
            "start": 875021340,
            "stop": 875021364
        },
        {
            "start": 875021366,
            "stop": 875021385
        },
        {
            "start": 875021386,
            "stop": 875021387
        },
        {
            "start": 875021389,
            "stop": 875021430
        },
        {
            "start": 875021431,
            "stop": 875021471
        },
        {
            "start": 875021472,
            "stop": 875021475
        },
        {
            "start": 875021476,
            "stop": 875021483
        },
        {
            "start": 875021486,
            "stop": 875021501
        },
        {
            "start": 875021503,
            "stop": 875021581
        },
        {
            "start": 875021582,
            "stop": 875021597
        }
    ]
}