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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=389",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 390,
    "results": [
        {
            "start": 821453509,
            "stop": 821453513
        },
        {
            "start": 821453536,
            "stop": 821453546
        },
        {
            "start": 821453549,
            "stop": 821453550
        },
        {
            "start": 821453600,
            "stop": 821453623
        },
        {
            "start": 821453658,
            "stop": 821453675
        },
        {
            "start": 821454269,
            "stop": 821454360
        },
        {
            "start": 821454397,
            "stop": 821454407
        },
        {
            "start": 821454437,
            "stop": 821454456
        },
        {
            "start": 821454475,
            "stop": 821454604
        },
        {
            "start": 821454623,
            "stop": 821454628
        },
        {
            "start": 821454662,
            "stop": 821454686
        },
        {
            "start": 821454719,
            "stop": 821454820
        },
        {
            "start": 821454839,
            "stop": 821454950
        },
        {
            "start": 821454954,
            "stop": 821454975
        },
        {
            "start": 821454994,
            "stop": 821455024
        },
        {
            "start": 821455027,
            "stop": 821455151
        },
        {
            "start": 821455154,
            "stop": 821455598
        },
        {
            "start": 821455617,
            "stop": 821455624
        },
        {
            "start": 821455627,
            "stop": 821455637
        },
        {
            "start": 821455641,
            "stop": 821455804
        }
    ]
}