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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=148",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 149,
    "results": [
        {
            "start": 1176730148,
            "stop": 1176730151
        },
        {
            "start": 1176730155,
            "stop": 1176730176
        },
        {
            "start": 1176730177,
            "stop": 1176730191
        },
        {
            "start": 1176730192,
            "stop": 1176730218
        },
        {
            "start": 1176730221,
            "stop": 1176730337
        },
        {
            "start": 1176730338,
            "stop": 1176730537
        },
        {
            "start": 1176730539,
            "stop": 1176730599
        },
        {
            "start": 1176730602,
            "stop": 1176730724
        },
        {
            "start": 1176730726,
            "stop": 1176730727
        },
        {
            "start": 1176730734,
            "stop": 1176730794
        },
        {
            "start": 1176730799,
            "stop": 1176730806
        },
        {
            "start": 1176730814,
            "stop": 1176730815
        },
        {
            "start": 1176730816,
            "stop": 1176730830
        },
        {
            "start": 1176730831,
            "stop": 1176730834
        },
        {
            "start": 1176730839,
            "stop": 1176730847
        },
        {
            "start": 1176730855,
            "stop": 1176730856
        },
        {
            "start": 1176730858,
            "stop": 1176730859
        },
        {
            "start": 1176730865,
            "stop": 1176730866
        },
        {
            "start": 1176730872,
            "stop": 1176730895
        },
        {
            "start": 1176730900,
            "stop": 1176730919
        }
    ]
}