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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=54",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 55,
    "results": [
        {
            "start": 822243518,
            "stop": 822243673
        },
        {
            "start": 822244032,
            "stop": 822244213
        },
        {
            "start": 822245031,
            "stop": 822263173
        },
        {
            "start": 822263391,
            "stop": 822267013
        },
        {
            "start": 822268196,
            "stop": 822268672
        },
        {
            "start": 822270644,
            "stop": 822282874
        },
        {
            "start": 822283455,
            "stop": 822290413
        },
        {
            "start": 822292223,
            "stop": 822294793
        },
        {
            "start": 822294825,
            "stop": 822294826
        },
        {
            "start": 822294912,
            "stop": 822315389
        },
        {
            "start": 822315951,
            "stop": 822316213
        },
        {
            "start": 822316620,
            "stop": 822318359
        },
        {
            "start": 822318478,
            "stop": 822320233
        },
        {
            "start": 822320320,
            "stop": 822322206
        },
        {
            "start": 822322350,
            "stop": 822322981
        },
        {
            "start": 822323113,
            "stop": 822323668
        },
        {
            "start": 822323770,
            "stop": 822323818
        },
        {
            "start": 822325319,
            "stop": 822325933
        },
        {
            "start": 822325981,
            "stop": 822325982
        },
        {
            "start": 822326100,
            "stop": 822327013
        }
    ]
}