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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=856",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=854",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 855,
    "results": [
        {
            "start": 864840597,
            "stop": 864842037
        },
        {
            "start": 864855947,
            "stop": 864856187
        },
        {
            "start": 864856337,
            "stop": 864858917
        },
        {
            "start": 864864321,
            "stop": 864871941
        },
        {
            "start": 864872158,
            "stop": 864885058
        },
        {
            "start": 864885088,
            "stop": 864885238
        },
        {
            "start": 864885670,
            "stop": 864886990
        },
        {
            "start": 864888542,
            "stop": 864890642
        },
        {
            "start": 864892400,
            "stop": 864896630
        },
        {
            "start": 864896660,
            "stop": 864901760
        },
        {
            "start": 864901973,
            "stop": 864906773
        },
        {
            "start": 864906945,
            "stop": 864912465
        },
        {
            "start": 864913386,
            "stop": 864921726
        },
        {
            "start": 864922707,
            "stop": 864924927
        },
        {
            "start": 864925151,
            "stop": 864928001
        },
        {
            "start": 864928151,
            "stop": 864929261
        },
        {
            "start": 864929411,
            "stop": 864930971
        },
        {
            "start": 864931119,
            "stop": 864931959
        },
        {
            "start": 864932101,
            "stop": 864932221
        },
        {
            "start": 864932372,
            "stop": 864932972
        }
    ]
}