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=1386
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=1387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1385",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1386,
    "results": [
        {
            "start": 843890692,
            "stop": 843890697
        },
        {
            "start": 843890700,
            "stop": 843890721
        },
        {
            "start": 843890725,
            "stop": 843890726
        },
        {
            "start": 843890729,
            "stop": 843890737
        },
        {
            "start": 843890741,
            "stop": 843890794
        },
        {
            "start": 843890797,
            "stop": 843890825
        },
        {
            "start": 843890828,
            "stop": 843890834
        },
        {
            "start": 843890840,
            "stop": 843890846
        },
        {
            "start": 843890849,
            "stop": 843890853
        },
        {
            "start": 843890856,
            "stop": 843890864
        },
        {
            "start": 843890874,
            "stop": 843890878
        },
        {
            "start": 843890881,
            "stop": 843890917
        },
        {
            "start": 843890922,
            "stop": 843890936
        },
        {
            "start": 843890940,
            "stop": 843890942
        },
        {
            "start": 843890946,
            "stop": 843890960
        },
        {
            "start": 843890963,
            "stop": 843890981
        },
        {
            "start": 843890984,
            "stop": 843891000
        },
        {
            "start": 843891003,
            "stop": 843891035
        },
        {
            "start": 843891038,
            "stop": 843891042
        },
        {
            "start": 843891045,
            "stop": 843891047
        }
    ]
}