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=1472
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=1473",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1471",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1472,
    "results": [
        {
            "start": 861166282,
            "stop": 861167183
        },
        {
            "start": 861167414,
            "stop": 861168329
        },
        {
            "start": 861168680,
            "stop": 861169681
        },
        {
            "start": 861169901,
            "stop": 861173516
        },
        {
            "start": 861174312,
            "stop": 861175559
        },
        {
            "start": 861176734,
            "stop": 861176779
        },
        {
            "start": 861177067,
            "stop": 861178246
        },
        {
            "start": 861178611,
            "stop": 861179779
        },
        {
            "start": 861179945,
            "stop": 861216114
        },
        {
            "start": 861217852,
            "stop": 861221356
        },
        {
            "start": 861222535,
            "stop": 861226157
        },
        {
            "start": 861226160,
            "stop": 861278797
        },
        {
            "start": 861279796,
            "stop": 861280222
        },
        {
            "start": 861282388,
            "stop": 861306374
        },
        {
            "start": 861306377,
            "stop": 861306942
        },
        {
            "start": 861307078,
            "stop": 861315718
        },
        {
            "start": 861316536,
            "stop": 861320387
        },
        {
            "start": 861321219,
            "stop": 861330482
        },
        {
            "start": 861331474,
            "stop": 861357089
        },
        {
            "start": 861358987,
            "stop": 861369612
        }
    ]
}