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=1479
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=1480",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1478",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1479,
    "results": [
        {
            "start": 862763072,
            "stop": 862765550
        },
        {
            "start": 862765553,
            "stop": 862768780
        },
        {
            "start": 862769663,
            "stop": 862770031
        },
        {
            "start": 862770130,
            "stop": 862772316
        },
        {
            "start": 862772319,
            "stop": 862773085
        },
        {
            "start": 862773088,
            "stop": 862773101
        },
        {
            "start": 862773541,
            "stop": 862780471
        },
        {
            "start": 862804891,
            "stop": 862849023
        },
        {
            "start": 862849026,
            "stop": 862870018
        },
        {
            "start": 862870153,
            "stop": 862870580
        },
        {
            "start": 862871876,
            "stop": 862873214
        },
        {
            "start": 862873318,
            "stop": 862880069
        },
        {
            "start": 862881022,
            "stop": 862897021
        },
        {
            "start": 862897537,
            "stop": 862934377
        },
        {
            "start": 862934482,
            "stop": 862935544
        },
        {
            "start": 862935547,
            "stop": 862944097
        },
        {
            "start": 862945075,
            "stop": 862946976
        },
        {
            "start": 862946980,
            "stop": 862947221
        },
        {
            "start": 862948104,
            "stop": 862948743
        },
        {
            "start": 862948833,
            "stop": 862954132
        }
    ]
}