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=1303
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=1304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1302",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1303,
    "results": [
        {
            "start": 843826383,
            "stop": 843826385
        },
        {
            "start": 843826388,
            "stop": 843826417
        },
        {
            "start": 843826420,
            "stop": 843826422
        },
        {
            "start": 843826425,
            "stop": 843826450
        },
        {
            "start": 843826453,
            "stop": 843826473
        },
        {
            "start": 843826476,
            "stop": 843826499
        },
        {
            "start": 843826502,
            "stop": 843826606
        },
        {
            "start": 843826609,
            "stop": 843826614
        },
        {
            "start": 843826617,
            "stop": 843826618
        },
        {
            "start": 843826621,
            "stop": 843826638
        },
        {
            "start": 843826641,
            "stop": 843826652
        },
        {
            "start": 843826655,
            "stop": 843826739
        },
        {
            "start": 843826742,
            "stop": 843826863
        },
        {
            "start": 843826866,
            "stop": 843826917
        },
        {
            "start": 843826920,
            "stop": 843826921
        },
        {
            "start": 843826924,
            "stop": 843826948
        },
        {
            "start": 843826951,
            "stop": 843826995
        },
        {
            "start": 843826999,
            "stop": 843827017
        },
        {
            "start": 843827020,
            "stop": 843827103
        },
        {
            "start": 843827106,
            "stop": 843827115
        }
    ]
}