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=913
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=914",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=912",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 913,
    "results": [
        {
            "start": 868139973,
            "stop": 868140153
        },
        {
            "start": 868140303,
            "stop": 868140603
        },
        {
            "start": 868140783,
            "stop": 868140903
        },
        {
            "start": 868141173,
            "stop": 868141263
        },
        {
            "start": 868141383,
            "stop": 868141443
        },
        {
            "start": 868141623,
            "stop": 868141773
        },
        {
            "start": 868141923,
            "stop": 868142193
        },
        {
            "start": 868144011,
            "stop": 868144071
        },
        {
            "start": 868144101,
            "stop": 868144221
        },
        {
            "start": 868144251,
            "stop": 868144341
        },
        {
            "start": 868146425,
            "stop": 868150685
        },
        {
            "start": 868150835,
            "stop": 868156625
        },
        {
            "start": 868156840,
            "stop": 868157860
        },
        {
            "start": 868160869,
            "stop": 868164949
        },
        {
            "start": 868165182,
            "stop": 868172382
        },
        {
            "start": 868172550,
            "stop": 868172970
        },
        {
            "start": 868173336,
            "stop": 868173756
        },
        {
            "start": 868173916,
            "stop": 868174876
        },
        {
            "start": 868175024,
            "stop": 868178324
        },
        {
            "start": 868178474,
            "stop": 868196444
        }
    ]
}