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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=301",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 302,
    "results": [
        {
            "start": 869576987,
            "stop": 869577289
        },
        {
            "start": 869577295,
            "stop": 869577990
        },
        {
            "start": 869577993,
            "stop": 869578006
        },
        {
            "start": 869578012,
            "stop": 869578177
        },
        {
            "start": 869578181,
            "stop": 869578219
        },
        {
            "start": 869578223,
            "stop": 869578365
        },
        {
            "start": 869578372,
            "stop": 869578484
        },
        {
            "start": 869578487,
            "stop": 869578606
        },
        {
            "start": 869578614,
            "stop": 869578958
        },
        {
            "start": 869578962,
            "stop": 869578973
        },
        {
            "start": 869578977,
            "stop": 869579055
        },
        {
            "start": 869579060,
            "stop": 869579166
        },
        {
            "start": 869579169,
            "stop": 869579300
        },
        {
            "start": 869579303,
            "stop": 869579315
        },
        {
            "start": 869579321,
            "stop": 869579409
        },
        {
            "start": 869579414,
            "stop": 869579448
        },
        {
            "start": 869579454,
            "stop": 869579471
        },
        {
            "start": 869579476,
            "stop": 869579508
        },
        {
            "start": 869579514,
            "stop": 869579527
        },
        {
            "start": 869579530,
            "stop": 869579563
        }
    ]
}