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=7922
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=7923",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7921",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7922,
    "results": [
        {
            "start": 969996915,
            "stop": 969997008
        },
        {
            "start": 969997015,
            "stop": 969997054
        },
        {
            "start": 969997059,
            "stop": 969997175
        },
        {
            "start": 969997179,
            "stop": 969997210
        },
        {
            "start": 969997214,
            "stop": 969997234
        },
        {
            "start": 969997241,
            "stop": 969997255
        },
        {
            "start": 969997258,
            "stop": 969997371
        },
        {
            "start": 969997374,
            "stop": 969997401
        },
        {
            "start": 969997404,
            "stop": 969997440
        },
        {
            "start": 969997443,
            "stop": 969997474
        },
        {
            "start": 969997477,
            "stop": 969997510
        },
        {
            "start": 969997513,
            "stop": 969997518
        },
        {
            "start": 969997522,
            "stop": 969997534
        },
        {
            "start": 969997540,
            "stop": 969997711
        },
        {
            "start": 969997714,
            "stop": 969997734
        },
        {
            "start": 969997738,
            "stop": 969997761
        },
        {
            "start": 969997764,
            "stop": 969997774
        },
        {
            "start": 969997781,
            "stop": 969997791
        },
        {
            "start": 969997796,
            "stop": 969997814
        },
        {
            "start": 969997817,
            "stop": 969997912
        }
    ]
}