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=884
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=885",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=883",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 884,
    "results": [
        {
            "start": 866371328,
            "stop": 866372528
        },
        {
            "start": 866372708,
            "stop": 866373518
        },
        {
            "start": 866373608,
            "stop": 866373698
        },
        {
            "start": 866373728,
            "stop": 866374478
        },
        {
            "start": 866374568,
            "stop": 866374658
        },
        {
            "start": 866374688,
            "stop": 866375228
        },
        {
            "start": 866375348,
            "stop": 866376068
        },
        {
            "start": 866376098,
            "stop": 866376248
        },
        {
            "start": 866376278,
            "stop": 866376938
        },
        {
            "start": 866377118,
            "stop": 866377448
        },
        {
            "start": 866377478,
            "stop": 866377538
        },
        {
            "start": 866377628,
            "stop": 866377898
        },
        {
            "start": 866377988,
            "stop": 866378048
        },
        {
            "start": 866378078,
            "stop": 866378228
        },
        {
            "start": 866378318,
            "stop": 866378378
        },
        {
            "start": 866378408,
            "stop": 866378498
        },
        {
            "start": 866378648,
            "stop": 866378708
        },
        {
            "start": 866379468,
            "stop": 866379528
        },
        {
            "start": 866379558,
            "stop": 866380158
        },
        {
            "start": 866380248,
            "stop": 866380308
        }
    ]
}