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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=180",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 181,
    "results": [
        {
            "start": 825673262,
            "stop": 825673982
        },
        {
            "start": 825674907,
            "stop": 825675087
        },
        {
            "start": 825675305,
            "stop": 825675365
        },
        {
            "start": 825675739,
            "stop": 825675799
        },
        {
            "start": 825675966,
            "stop": 825676086
        },
        {
            "start": 825676256,
            "stop": 825676736
        },
        {
            "start": 825677053,
            "stop": 825677233
        },
        {
            "start": 825677414,
            "stop": 825677534
        },
        {
            "start": 825677687,
            "stop": 825677927
        },
        {
            "start": 825678346,
            "stop": 825678646
        },
        {
            "start": 825678960,
            "stop": 825679020
        },
        {
            "start": 825679308,
            "stop": 825679548
        },
        {
            "start": 825679705,
            "stop": 825679765
        },
        {
            "start": 825679987,
            "stop": 825680047
        },
        {
            "start": 825680196,
            "stop": 825680376
        },
        {
            "start": 825680613,
            "stop": 825680673
        },
        {
            "start": 825680998,
            "stop": 825681058
        },
        {
            "start": 825681235,
            "stop": 825681355
        },
        {
            "start": 825682764,
            "stop": 825682884
        },
        {
            "start": 825691034,
            "stop": 825691094
        }
    ]
}