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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=742",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=740",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 741,
    "results": [
        {
            "start": 855712406,
            "stop": 855712766
        },
        {
            "start": 855714103,
            "stop": 855718123
        },
        {
            "start": 855718273,
            "stop": 855718693
        },
        {
            "start": 855718848,
            "stop": 855719988
        },
        {
            "start": 855720177,
            "stop": 855721137
        },
        {
            "start": 855721288,
            "stop": 855721888
        },
        {
            "start": 855722172,
            "stop": 855722772
        },
        {
            "start": 855722944,
            "stop": 855723544
        },
        {
            "start": 855723690,
            "stop": 855724110
        },
        {
            "start": 855724230,
            "stop": 855724770
        },
        {
            "start": 855724860,
            "stop": 855726360
        },
        {
            "start": 855726510,
            "stop": 855729750
        },
        {
            "start": 855729898,
            "stop": 855730198
        },
        {
            "start": 855730447,
            "stop": 855730927
        },
        {
            "start": 855731547,
            "stop": 855731607
        },
        {
            "start": 855731895,
            "stop": 855732135
        },
        {
            "start": 855732689,
            "stop": 855733169
        },
        {
            "start": 855733333,
            "stop": 855733693
        },
        {
            "start": 855734120,
            "stop": 855734360
        },
        {
            "start": 855734590,
            "stop": 855735010
        }
    ]
}