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/H1_STOCH_CAT1/segments?format=api&page=1516
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1517",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1515",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1516,
    "results": [
        {
            "start": 871073990,
            "stop": 871075814
        },
        {
            "start": 871076912,
            "stop": 871080546
        },
        {
            "start": 871080549,
            "stop": 871080633
        },
        {
            "start": 871080636,
            "stop": 871080640
        },
        {
            "start": 871080643,
            "stop": 871080654
        },
        {
            "start": 871080658,
            "stop": 871080664
        },
        {
            "start": 871080668,
            "stop": 871080678
        },
        {
            "start": 871080681,
            "stop": 871105597
        },
        {
            "start": 871106811,
            "stop": 871139050
        },
        {
            "start": 871155840,
            "stop": 871158628
        },
        {
            "start": 871158631,
            "stop": 871165894
        },
        {
            "start": 871166086,
            "stop": 871175399
        },
        {
            "start": 871189220,
            "stop": 871221097
        },
        {
            "start": 871221102,
            "stop": 871228550
        },
        {
            "start": 871228692,
            "stop": 871236634
        },
        {
            "start": 871236637,
            "stop": 871240524
        },
        {
            "start": 871241189,
            "stop": 871243409
        },
        {
            "start": 871252217,
            "stop": 871252915
        },
        {
            "start": 871253053,
            "stop": 871256435
        },
        {
            "start": 871271344,
            "stop": 871272664
        }
    ]
}