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/H1_STOCH_CAT1/segments?format=api&page=1452
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=1453",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1451",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1452,
    "results": [
        {
            "start": 857734911,
            "stop": 857735164
        },
        {
            "start": 857735221,
            "stop": 857735429
        },
        {
            "start": 857735501,
            "stop": 857735658
        },
        {
            "start": 857738310,
            "stop": 857738995
        },
        {
            "start": 857739126,
            "stop": 857739178
        },
        {
            "start": 857741615,
            "stop": 857742753
        },
        {
            "start": 857742757,
            "stop": 857742763
        },
        {
            "start": 857742767,
            "stop": 857742768
        },
        {
            "start": 857742774,
            "stop": 857743087
        },
        {
            "start": 857743090,
            "stop": 857743180
        },
        {
            "start": 857743183,
            "stop": 857749052
        },
        {
            "start": 857749239,
            "stop": 857755120
        },
        {
            "start": 857755124,
            "stop": 857755137
        },
        {
            "start": 857755140,
            "stop": 857755161
        },
        {
            "start": 857755164,
            "stop": 857755498
        },
        {
            "start": 857755501,
            "stop": 857755507
        },
        {
            "start": 857755512,
            "stop": 857755521
        },
        {
            "start": 857755526,
            "stop": 857755989
        },
        {
            "start": 857755992,
            "stop": 857756022
        },
        {
            "start": 857761605,
            "stop": 857763144
        }
    ]
}