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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8004",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8002",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8003,
    "results": [
        {
            "start": 970323487,
            "stop": 970323491
        },
        {
            "start": 970323519,
            "stop": 970323523
        },
        {
            "start": 970323530,
            "stop": 970323534
        },
        {
            "start": 970323555,
            "stop": 970323557
        },
        {
            "start": 970323646,
            "stop": 970323647
        },
        {
            "start": 970323681,
            "stop": 970323683
        },
        {
            "start": 970323706,
            "stop": 970323717
        },
        {
            "start": 970323752,
            "stop": 970323763
        },
        {
            "start": 970323774,
            "stop": 970323866
        },
        {
            "start": 970323869,
            "stop": 970323903
        },
        {
            "start": 970323906,
            "stop": 970324049
        },
        {
            "start": 970324054,
            "stop": 970324158
        },
        {
            "start": 970324161,
            "stop": 970324260
        },
        {
            "start": 970324263,
            "stop": 970324311
        },
        {
            "start": 970324314,
            "stop": 970324342
        },
        {
            "start": 970324345,
            "stop": 970324526
        },
        {
            "start": 970324529,
            "stop": 970324537
        },
        {
            "start": 970324540,
            "stop": 970324562
        },
        {
            "start": 970324565,
            "stop": 970324575
        },
        {
            "start": 970324586,
            "stop": 970324762
        }
    ]
}