Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=3",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 4,
    "results": [
        {
            "start": 1126407123,
            "stop": 1126408213
        },
        {
            "start": 1126408214,
            "stop": 1126420217
        },
        {
            "start": 1126420277,
            "stop": 1126423747
        },
        {
            "start": 1126423748,
            "stop": 1126425863
        },
        {
            "start": 1126425864,
            "stop": 1126426037
        },
        {
            "start": 1126426496,
            "stop": 1126427417
        },
        {
            "start": 1126432226,
            "stop": 1126434798
        },
        {
            "start": 1126434799,
            "stop": 1126437892
        },
        {
            "start": 1126437893,
            "stop": 1126441165
        },
        {
            "start": 1126441166,
            "stop": 1126442379
        },
        {
            "start": 1126442381,
            "stop": 1126443840
        },
        {
            "start": 1126443841,
            "stop": 1126448905
        },
        {
            "start": 1126470677,
            "stop": 1126476499
        },
        {
            "start": 1126476759,
            "stop": 1126477380
        },
        {
            "start": 1126477382,
            "stop": 1126478037
        },
        {
            "start": 1126478039,
            "stop": 1126479439
        },
        {
            "start": 1126479440,
            "stop": 1126480080
        },
        {
            "start": 1126523802,
            "stop": 1126530638
        },
        {
            "start": 1126530639,
            "stop": 1126530914
        },
        {
            "start": 1126533090,
            "stop": 1126533362
        }
    ]
}