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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=891",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=889",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 890,
    "results": [
        {
            "start": 866476640,
            "stop": 866477120
        },
        {
            "start": 866477267,
            "stop": 866477687
        },
        {
            "start": 866512577,
            "stop": 866524397
        },
        {
            "start": 866526390,
            "stop": 866529480
        },
        {
            "start": 866529630,
            "stop": 866532570
        },
        {
            "start": 866533545,
            "stop": 866534025
        },
        {
            "start": 866534202,
            "stop": 866535462
        },
        {
            "start": 866535826,
            "stop": 866542306
        },
        {
            "start": 866542464,
            "stop": 866546184
        },
        {
            "start": 866546334,
            "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
        },
        {
            "start": 866561539,
            "stop": 866561839
        },
        {
            "start": 866561984,
            "stop": 866562164
        },
        {
            "start": 866562305,
            "stop": 866564255
        },
        {
            "start": 866564285,
            "stop": 866566325
        }
    ]
}