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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=178",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 179,
    "results": [
        {
            "start": 1131188854,
            "stop": 1131188878
        },
        {
            "start": 1131188879,
            "stop": 1131188905
        },
        {
            "start": 1131188906,
            "stop": 1131188919
        },
        {
            "start": 1131188920,
            "stop": 1131188930
        },
        {
            "start": 1131188931,
            "stop": 1131188936
        },
        {
            "start": 1131188937,
            "stop": 1131188977
        },
        {
            "start": 1131188978,
            "stop": 1131188981
        },
        {
            "start": 1131188982,
            "stop": 1131189012
        },
        {
            "start": 1131189013,
            "stop": 1131189060
        },
        {
            "start": 1131189061,
            "stop": 1131189100
        },
        {
            "start": 1131189101,
            "stop": 1131189115
        },
        {
            "start": 1131189116,
            "stop": 1131189129
        },
        {
            "start": 1131189130,
            "stop": 1131189138
        },
        {
            "start": 1131189139,
            "stop": 1131189205
        },
        {
            "start": 1131189206,
            "stop": 1131189284
        },
        {
            "start": 1131189285,
            "stop": 1131189337
        },
        {
            "start": 1131189339,
            "stop": 1131189357
        },
        {
            "start": 1131189358,
            "stop": 1131189386
        },
        {
            "start": 1131189387,
            "stop": 1131189439
        },
        {
            "start": 1131189440,
            "stop": 1131189472
        }
    ]
}