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=3022
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=3023",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3021",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3022,
    "results": [
        {
            "start": 863492276,
            "stop": 863492524
        },
        {
            "start": 863492527,
            "stop": 863493208
        },
        {
            "start": 863493211,
            "stop": 863493727
        },
        {
            "start": 863493730,
            "stop": 863494077
        },
        {
            "start": 863494080,
            "stop": 863498640
        },
        {
            "start": 863498700,
            "stop": 863511930
        },
        {
            "start": 863511990,
            "stop": 863517696
        },
        {
            "start": 863517699,
            "stop": 863524620
        },
        {
            "start": 863524680,
            "stop": 863525700
        },
        {
            "start": 863525820,
            "stop": 863527260
        },
        {
            "start": 863527320,
            "stop": 863528880
        },
        {
            "start": 863529029,
            "stop": 863531040
        },
        {
            "start": 863531100,
            "stop": 863532074
        },
        {
            "start": 863533168,
            "stop": 863534772
        },
        {
            "start": 863536030,
            "stop": 863539659
        },
        {
            "start": 863539663,
            "stop": 863539877
        },
        {
            "start": 863540598,
            "stop": 863541079
        },
        {
            "start": 863542073,
            "stop": 863542200
        },
        {
            "start": 863542260,
            "stop": 863543477
        },
        {
            "start": 863543823,
            "stop": 863544082
        }
    ]
}