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=1368
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=1369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1367",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1368,
    "results": [
        {
            "start": 843865836,
            "stop": 843865838
        },
        {
            "start": 843865841,
            "stop": 843865846
        },
        {
            "start": 843865850,
            "stop": 843865856
        },
        {
            "start": 843865859,
            "stop": 843865865
        },
        {
            "start": 843865868,
            "stop": 843865869
        },
        {
            "start": 843865872,
            "stop": 843865873
        },
        {
            "start": 843865876,
            "stop": 843865877
        },
        {
            "start": 843865883,
            "stop": 843865885
        },
        {
            "start": 843865894,
            "stop": 843865898
        },
        {
            "start": 843865905,
            "stop": 843865907
        },
        {
            "start": 843865929,
            "stop": 843865931
        },
        {
            "start": 843865935,
            "stop": 843865941
        },
        {
            "start": 843865947,
            "stop": 843865948
        },
        {
            "start": 843865951,
            "stop": 843865952
        },
        {
            "start": 843865955,
            "stop": 843865960
        },
        {
            "start": 843865968,
            "stop": 843865970
        },
        {
            "start": 843865973,
            "stop": 843865974
        },
        {
            "start": 843865977,
            "stop": 843865979
        },
        {
            "start": 843865984,
            "stop": 843865986
        },
        {
            "start": 843866010,
            "stop": 843866014
        }
    ]
}