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=3027
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=3028",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3026",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3027,
    "results": [
        {
            "start": 863747385,
            "stop": 863749708
        },
        {
            "start": 863749712,
            "stop": 863752403
        },
        {
            "start": 863752418,
            "stop": 863752433
        },
        {
            "start": 863752442,
            "stop": 863758469
        },
        {
            "start": 863758473,
            "stop": 863759760
        },
        {
            "start": 863759820,
            "stop": 863759897
        },
        {
            "start": 863759905,
            "stop": 863759933
        },
        {
            "start": 863759937,
            "stop": 863760052
        },
        {
            "start": 863760058,
            "stop": 863760060
        },
        {
            "start": 863760120,
            "stop": 863760366
        },
        {
            "start": 863760822,
            "stop": 863760840
        },
        {
            "start": 863760900,
            "stop": 863760977
        },
        {
            "start": 863760981,
            "stop": 863760997
        },
        {
            "start": 863760999,
            "stop": 863761020
        },
        {
            "start": 863761140,
            "stop": 863761150
        },
        {
            "start": 863761153,
            "stop": 863761163
        },
        {
            "start": 863761172,
            "stop": 863761185
        },
        {
            "start": 863761188,
            "stop": 863761200
        },
        {
            "start": 863761260,
            "stop": 863761408
        },
        {
            "start": 863761412,
            "stop": 863761443
        }
    ]
}