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=1304
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=1305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1303",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1304,
    "results": [
        {
            "start": 843827118,
            "stop": 843827167
        },
        {
            "start": 843827171,
            "stop": 843827177
        },
        {
            "start": 843827180,
            "stop": 843827227
        },
        {
            "start": 843827230,
            "stop": 843827237
        },
        {
            "start": 843827240,
            "stop": 843827275
        },
        {
            "start": 843827278,
            "stop": 843827327
        },
        {
            "start": 843827330,
            "stop": 843827333
        },
        {
            "start": 843827336,
            "stop": 843827369
        },
        {
            "start": 843827372,
            "stop": 843827377
        },
        {
            "start": 843827380,
            "stop": 843827414
        },
        {
            "start": 843827417,
            "stop": 843827423
        },
        {
            "start": 843827427,
            "stop": 843827470
        },
        {
            "start": 843827473,
            "stop": 843827474
        },
        {
            "start": 843827477,
            "stop": 843827494
        },
        {
            "start": 843827497,
            "stop": 843827525
        },
        {
            "start": 843827530,
            "stop": 843827667
        },
        {
            "start": 843827670,
            "stop": 843827699
        },
        {
            "start": 843827702,
            "stop": 843827703
        },
        {
            "start": 843827706,
            "stop": 843827709
        },
        {
            "start": 843827712,
            "stop": 843827750
        }
    ]
}