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=1344
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=1345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1343",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1344,
    "results": [
        {
            "start": 843847405,
            "stop": 843847409
        },
        {
            "start": 843847412,
            "stop": 843847413
        },
        {
            "start": 843847416,
            "stop": 843847419
        },
        {
            "start": 843847422,
            "stop": 843847426
        },
        {
            "start": 843847429,
            "stop": 843847448
        },
        {
            "start": 843847451,
            "stop": 843847454
        },
        {
            "start": 843847457,
            "stop": 843847469
        },
        {
            "start": 843847472,
            "stop": 843847503
        },
        {
            "start": 843847506,
            "stop": 843847509
        },
        {
            "start": 843847515,
            "stop": 843847518
        },
        {
            "start": 843847523,
            "stop": 843847531
        },
        {
            "start": 843847534,
            "stop": 843847536
        },
        {
            "start": 843847539,
            "stop": 843847564
        },
        {
            "start": 843847572,
            "stop": 843847578
        },
        {
            "start": 843847581,
            "stop": 843847587
        },
        {
            "start": 843847590,
            "stop": 843847593
        },
        {
            "start": 843847596,
            "stop": 843847609
        },
        {
            "start": 843847612,
            "stop": 843847620
        },
        {
            "start": 843847625,
            "stop": 843847650
        },
        {
            "start": 843847653,
            "stop": 843847678
        }
    ]
}