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=1418
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=1419",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1417",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1418,
    "results": [
        {
            "start": 849829578,
            "stop": 849870128
        },
        {
            "start": 849871852,
            "stop": 849895327
        },
        {
            "start": 849896798,
            "stop": 849901332
        },
        {
            "start": 849901566,
            "stop": 849903493
        },
        {
            "start": 849907751,
            "stop": 849908389
        },
        {
            "start": 849909927,
            "stop": 849911653
        },
        {
            "start": 849925255,
            "stop": 849926181
        },
        {
            "start": 849926185,
            "stop": 849927253
        },
        {
            "start": 849930978,
            "stop": 849958682
        },
        {
            "start": 849958685,
            "stop": 849958753
        },
        {
            "start": 849958981,
            "stop": 849974437
        },
        {
            "start": 849995822,
            "stop": 849996193
        },
        {
            "start": 849996690,
            "stop": 849996793
        },
        {
            "start": 849997048,
            "stop": 849997771
        },
        {
            "start": 849997968,
            "stop": 849997974
        },
        {
            "start": 850000166,
            "stop": 850030928
        },
        {
            "start": 850031414,
            "stop": 850066095
        },
        {
            "start": 850066099,
            "stop": 850066272
        },
        {
            "start": 850066381,
            "stop": 850066746
        },
        {
            "start": 850101279,
            "stop": 850101593
        }
    ]
}