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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=145",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 146,
    "results": [
        {
            "start": 835101713,
            "stop": 835212313
        },
        {
            "start": 835214244,
            "stop": 835247098
        },
        {
            "start": 835248192,
            "stop": 835295160
        },
        {
            "start": 835319592,
            "stop": 835319672
        },
        {
            "start": 835319720,
            "stop": 835371239
        },
        {
            "start": 835371240,
            "stop": 835372514
        },
        {
            "start": 835372517,
            "stop": 835374853
        },
        {
            "start": 835376304,
            "stop": 835393132
        },
        {
            "start": 835395164,
            "stop": 835397913
        },
        {
            "start": 835397917,
            "stop": 835411626
        },
        {
            "start": 835412799,
            "stop": 835413013
        },
        {
            "start": 835413846,
            "stop": 835443420
        },
        {
            "start": 835444353,
            "stop": 835450128
        },
        {
            "start": 835450130,
            "stop": 835455664
        },
        {
            "start": 835471334,
            "stop": 835475761
        },
        {
            "start": 835476665,
            "stop": 835479724
        },
        {
            "start": 835479777,
            "stop": 835480027
        },
        {
            "start": 835481251,
            "stop": 835483833
        },
        {
            "start": 835483849,
            "stop": 835489993
        },
        {
            "start": 835491526,
            "stop": 835495813
        }
    ]
}