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=1365
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=1366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1364",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1365,
    "results": [
        {
            "start": 843864690,
            "stop": 843864691
        },
        {
            "start": 843864702,
            "stop": 843864703
        },
        {
            "start": 843864720,
            "stop": 843864721
        },
        {
            "start": 843864731,
            "stop": 843864732
        },
        {
            "start": 843864750,
            "stop": 843864755
        },
        {
            "start": 843864774,
            "stop": 843864775
        },
        {
            "start": 843864781,
            "stop": 843864782
        },
        {
            "start": 843864798,
            "stop": 843864800
        },
        {
            "start": 843864812,
            "stop": 843864813
        },
        {
            "start": 843864842,
            "stop": 843864845
        },
        {
            "start": 843864848,
            "stop": 843864850
        },
        {
            "start": 843864862,
            "stop": 843864865
        },
        {
            "start": 843864872,
            "stop": 843864874
        },
        {
            "start": 843864888,
            "stop": 843864889
        },
        {
            "start": 843864989,
            "stop": 843864990
        },
        {
            "start": 843865068,
            "stop": 843865071
        },
        {
            "start": 843865079,
            "stop": 843865081
        },
        {
            "start": 843865094,
            "stop": 843865100
        },
        {
            "start": 843865125,
            "stop": 843865131
        },
        {
            "start": 843865149,
            "stop": 843865150
        }
    ]
}