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=750
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=751",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=749",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 750,
    "results": [
        {
            "start": 858784386,
            "stop": 858784596
        },
        {
            "start": 858784626,
            "stop": 858784926
        },
        {
            "start": 858792356,
            "stop": 858792956
        },
        {
            "start": 858793286,
            "stop": 858797666
        },
        {
            "start": 858797696,
            "stop": 858797816
        },
        {
            "start": 858800119,
            "stop": 858800419
        },
        {
            "start": 858800618,
            "stop": 858800798
        },
        {
            "start": 858801288,
            "stop": 858805068
        },
        {
            "start": 858810898,
            "stop": 858819118
        },
        {
            "start": 858833758,
            "stop": 858833938
        },
        {
            "start": 858834103,
            "stop": 858835123
        },
        {
            "start": 858835300,
            "stop": 858835360
        },
        {
            "start": 858835510,
            "stop": 858837940
        },
        {
            "start": 858838146,
            "stop": 858842406
        },
        {
            "start": 858843624,
            "stop": 858849744
        },
        {
            "start": 858849904,
            "stop": 858854314
        },
        {
            "start": 858854344,
            "stop": 858861184
        },
        {
            "start": 858862163,
            "stop": 858869003
        },
        {
            "start": 858871856,
            "stop": 858879386
        },
        {
            "start": 858879416,
            "stop": 858879476
        }
    ]
}