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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=330",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 331,
    "results": [
        {
            "start": 821381288,
            "stop": 821381639
        },
        {
            "start": 821381647,
            "stop": 821383154
        },
        {
            "start": 821383161,
            "stop": 821383943
        },
        {
            "start": 821383950,
            "stop": 821384751
        },
        {
            "start": 821384754,
            "stop": 821385189
        },
        {
            "start": 821385190,
            "stop": 821385803
        },
        {
            "start": 821385806,
            "stop": 821385855
        },
        {
            "start": 821385858,
            "stop": 821385913
        },
        {
            "start": 821385916,
            "stop": 821386260
        },
        {
            "start": 821386263,
            "stop": 821386335
        },
        {
            "start": 821386338,
            "stop": 821386359
        },
        {
            "start": 821386362,
            "stop": 821386418
        },
        {
            "start": 821386421,
            "stop": 821386481
        },
        {
            "start": 821386484,
            "stop": 821386550
        },
        {
            "start": 821386553,
            "stop": 821386586
        },
        {
            "start": 821386589,
            "stop": 821386644
        },
        {
            "start": 821386647,
            "stop": 821386682
        },
        {
            "start": 821386685,
            "stop": 821386688
        },
        {
            "start": 821386691,
            "stop": 821386740
        },
        {
            "start": 821386743,
            "stop": 821386751
        }
    ]
}