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=1485
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=1486",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1484",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1485,
    "results": [
        {
            "start": 864486135,
            "stop": 864486213
        },
        {
            "start": 864506081,
            "stop": 864507621
        },
        {
            "start": 864507902,
            "stop": 864577329
        },
        {
            "start": 864577477,
            "stop": 864584595
        },
        {
            "start": 864584601,
            "stop": 864592254
        },
        {
            "start": 864593820,
            "stop": 864594220
        },
        {
            "start": 864595062,
            "stop": 864595773
        },
        {
            "start": 864595776,
            "stop": 864600639
        },
        {
            "start": 864600643,
            "stop": 864600691
        },
        {
            "start": 864600694,
            "stop": 864606904
        },
        {
            "start": 864607689,
            "stop": 864608705
        },
        {
            "start": 864608802,
            "stop": 864612133
        },
        {
            "start": 864613018,
            "stop": 864671209
        },
        {
            "start": 864671453,
            "stop": 864673428
        },
        {
            "start": 864674343,
            "stop": 864746562
        },
        {
            "start": 864746754,
            "stop": 864751155
        },
        {
            "start": 864752152,
            "stop": 864755858
        },
        {
            "start": 864755861,
            "stop": 864767657
        },
        {
            "start": 864768148,
            "stop": 864771387
        },
        {
            "start": 864771390,
            "stop": 864771392
        }
    ]
}