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=829
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=830",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=828",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 829,
    "results": [
        {
            "start": 863350455,
            "stop": 863353035
        },
        {
            "start": 863353258,
            "stop": 863354518
        },
        {
            "start": 863355598,
            "stop": 863361118
        },
        {
            "start": 863362678,
            "stop": 863362798
        },
        {
            "start": 863362939,
            "stop": 863365069
        },
        {
            "start": 863365219,
            "stop": 863369599
        },
        {
            "start": 863370541,
            "stop": 863371321
        },
        {
            "start": 863373340,
            "stop": 863375980
        },
        {
            "start": 863376185,
            "stop": 863377805
        },
        {
            "start": 863378814,
            "stop": 863379714
        },
        {
            "start": 863382374,
            "stop": 863385974
        },
        {
            "start": 863386357,
            "stop": 863388427
        },
        {
            "start": 863388577,
            "stop": 863388667
        },
        {
            "start": 863388817,
            "stop": 863388937
        },
        {
            "start": 863389164,
            "stop": 863395794
        },
        {
            "start": 863395944,
            "stop": 863398644
        },
        {
            "start": 863398947,
            "stop": 863399157
        },
        {
            "start": 863399187,
            "stop": 863400867
        },
        {
            "start": 863404181,
            "stop": 863405381
        },
        {
            "start": 863405611,
            "stop": 863417791
        }
    ]
}