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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=982",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=980",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 981,
    "results": [
        {
            "start": 869821540,
            "stop": 869823280
        },
        {
            "start": 869823310,
            "stop": 869823370
        },
        {
            "start": 869823460,
            "stop": 869831380
        },
        {
            "start": 869832524,
            "stop": 869836604
        },
        {
            "start": 869838006,
            "stop": 869841366
        },
        {
            "start": 869841555,
            "stop": 869843295
        },
        {
            "start": 869843445,
            "stop": 869844615
        },
        {
            "start": 869844798,
            "stop": 869844978
        },
        {
            "start": 869845156,
            "stop": 869845876
        },
        {
            "start": 869846026,
            "stop": 869848366
        },
        {
            "start": 869848546,
            "stop": 869849956
        },
        {
            "start": 869850928,
            "stop": 869851108
        },
        {
            "start": 869851517,
            "stop": 869852117
        },
        {
            "start": 869852177,
            "stop": 869853677
        },
        {
            "start": 869853852,
            "stop": 869854872
        },
        {
            "start": 869854902,
            "stop": 869855652
        },
        {
            "start": 869861262,
            "stop": 869862042
        },
        {
            "start": 869862191,
            "stop": 869862311
        },
        {
            "start": 869862561,
            "stop": 869863041
        },
        {
            "start": 869863198,
            "stop": 869865418
        }
    ]
}