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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_STOCH_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_STOCH_CAT1/segments?format=api&page=8",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 9,
    "results": [
        {
            "start": 1374109350,
            "stop": 1374230823
        },
        {
            "start": 1374237106,
            "stop": 1374237414
        },
        {
            "start": 1374241418,
            "stop": 1374241697
        },
        {
            "start": 1374269044,
            "stop": 1374327328
        },
        {
            "start": 1374364602,
            "stop": 1374404265
        },
        {
            "start": 1374448987,
            "stop": 1374490389
        },
        {
            "start": 1374530218,
            "stop": 1374532162
        },
        {
            "start": 1374532452,
            "stop": 1374575882
        },
        {
            "start": 1374609870,
            "stop": 1374620514
        },
        {
            "start": 1374621946,
            "stop": 1374624688
        },
        {
            "start": 1374634151,
            "stop": 1374634695
        },
        {
            "start": 1374634958,
            "stop": 1374644680
        },
        {
            "start": 1374647579,
            "stop": 1374714905
        },
        {
            "start": 1374723337,
            "stop": 1374724175
        },
        {
            "start": 1374724501,
            "stop": 1374736185
        },
        {
            "start": 1374736425,
            "stop": 1374736452
        },
        {
            "start": 1374736733,
            "stop": 1374738349
        },
        {
            "start": 1374738634,
            "stop": 1374740003
        },
        {
            "start": 1374740249,
            "stop": 1374740488
        },
        {
            "start": 1374740770,
            "stop": 1374743860
        }
    ]
}