Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=979
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=980",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=978",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 979,
    "results": [
        {
            "start": 872382355,
            "stop": 872382775
        },
        {
            "start": 872383016,
            "stop": 872383076
        },
        {
            "start": 872383223,
            "stop": 872383283
        },
        {
            "start": 872383437,
            "stop": 872384517
        },
        {
            "start": 872386014,
            "stop": 872386134
        },
        {
            "start": 872386294,
            "stop": 872386474
        },
        {
            "start": 872387385,
            "stop": 872387445
        },
        {
            "start": 872387691,
            "stop": 872388591
        },
        {
            "start": 872388746,
            "stop": 872388866
        },
        {
            "start": 872389002,
            "stop": 872389362
        },
        {
            "start": 872389523,
            "stop": 872390123
        },
        {
            "start": 872390452,
            "stop": 872396992
        },
        {
            "start": 872397239,
            "stop": 872397479
        },
        {
            "start": 872397742,
            "stop": 872399122
        },
        {
            "start": 872399298,
            "stop": 872401278
        },
        {
            "start": 872401430,
            "stop": 872403050
        },
        {
            "start": 872403249,
            "stop": 872403669
        },
        {
            "start": 872404433,
            "stop": 872404553
        },
        {
            "start": 872404694,
            "stop": 872404874
        },
        {
            "start": 872405187,
            "stop": 872405487
        }
    ]
}