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=938
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=939",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=937",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 938,
    "results": [
        {
            "start": 866477267,
            "stop": 866477687
        },
        {
            "start": 866490721,
            "stop": 866497321
        },
        {
            "start": 866501835,
            "stop": 866504595
        },
        {
            "start": 866505712,
            "stop": 866506612
        },
        {
            "start": 866506858,
            "stop": 866518198
        },
        {
            "start": 866518372,
            "stop": 866524432
        },
        {
            "start": 866524582,
            "stop": 866524732
        },
        {
            "start": 866524891,
            "stop": 866529181
        },
        {
            "start": 866529331,
            "stop": 866532571
        },
        {
            "start": 866533545,
            "stop": 866534025
        },
        {
            "start": 866534352,
            "stop": 866535462
        },
        {
            "start": 866535826,
            "stop": 866542306
        },
        {
            "start": 866542464,
            "stop": 866547624
        },
        {
            "start": 866547774,
            "stop": 866549244
        },
        {
            "start": 866549541,
            "stop": 866552061
        },
        {
            "start": 866552214,
            "stop": 866552874
        },
        {
            "start": 866553207,
            "stop": 866553327
        },
        {
            "start": 866553878,
            "stop": 866554418
        },
        {
            "start": 866556920,
            "stop": 866557100
        },
        {
            "start": 866557252,
            "stop": 866557432
        }
    ]
}