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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=258",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 259,
    "results": [
        {
            "start": 848323799,
            "stop": 848324984
        },
        {
            "start": 848324987,
            "stop": 848325632
        },
        {
            "start": 848325641,
            "stop": 848326090
        },
        {
            "start": 848326949,
            "stop": 848327021
        },
        {
            "start": 848327025,
            "stop": 848327031
        },
        {
            "start": 848327045,
            "stop": 848327051
        },
        {
            "start": 848327054,
            "stop": 848327788
        },
        {
            "start": 848327792,
            "stop": 848327873
        },
        {
            "start": 848327877,
            "stop": 848330449
        },
        {
            "start": 848330458,
            "stop": 848330572
        },
        {
            "start": 848331636,
            "stop": 848331716
        },
        {
            "start": 848331726,
            "stop": 848332099
        },
        {
            "start": 848332117,
            "stop": 848335436
        },
        {
            "start": 848335440,
            "stop": 848335446
        },
        {
            "start": 848335450,
            "stop": 848335508
        },
        {
            "start": 848335512,
            "stop": 848335584
        },
        {
            "start": 848335592,
            "stop": 848336037
        },
        {
            "start": 848336060,
            "stop": 848336152
        },
        {
            "start": 848336155,
            "stop": 848336171
        },
        {
            "start": 848336175,
            "stop": 848336185
        }
    ]
}