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=863
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=864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=862",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 863,
    "results": [
        {
            "start": 865323548,
            "stop": 865323788
        },
        {
            "start": 865323818,
            "stop": 865324598
        },
        {
            "start": 865324748,
            "stop": 865327148
        },
        {
            "start": 865327475,
            "stop": 865327715
        },
        {
            "start": 865327745,
            "stop": 865328585
        },
        {
            "start": 865328735,
            "stop": 865329065
        },
        {
            "start": 865329455,
            "stop": 865329545
        },
        {
            "start": 865329635,
            "stop": 865329695
        },
        {
            "start": 865329785,
            "stop": 865329845
        },
        {
            "start": 865329875,
            "stop": 865329935
        },
        {
            "start": 865333004,
            "stop": 865334084
        },
        {
            "start": 865334379,
            "stop": 865337979
        },
        {
            "start": 865338182,
            "stop": 865338302
        },
        {
            "start": 865338434,
            "stop": 865338974
        },
        {
            "start": 865339172,
            "stop": 865339352
        },
        {
            "start": 865339563,
            "stop": 865339623
        },
        {
            "start": 865339802,
            "stop": 865339862
        },
        {
            "start": 865340160,
            "stop": 865340220
        },
        {
            "start": 865340377,
            "stop": 865340497
        },
        {
            "start": 865340643,
            "stop": 865340763
        }
    ]
}