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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=6",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 7,
    "results": [
        {
            "start": 1126675671,
            "stop": 1126676597
        },
        {
            "start": 1126676717,
            "stop": 1126676752
        },
        {
            "start": 1126676754,
            "stop": 1126677317
        },
        {
            "start": 1126682744,
            "stop": 1126685157
        },
        {
            "start": 1126685159,
            "stop": 1126691793
        },
        {
            "start": 1126714447,
            "stop": 1126714761
        },
        {
            "start": 1126714762,
            "stop": 1126714846
        },
        {
            "start": 1126714848,
            "stop": 1126715543
        },
        {
            "start": 1126719918,
            "stop": 1126720055
        },
        {
            "start": 1126721736,
            "stop": 1126730310
        },
        {
            "start": 1126730311,
            "stop": 1126732805
        },
        {
            "start": 1126732807,
            "stop": 1126733466
        },
        {
            "start": 1126733467,
            "stop": 1126738805
        },
        {
            "start": 1126738807,
            "stop": 1126754761
        },
        {
            "start": 1126754763,
            "stop": 1126756133
        },
        {
            "start": 1126756134,
            "stop": 1126756597
        },
        {
            "start": 1126756598,
            "stop": 1126758508
        },
        {
            "start": 1126758509,
            "stop": 1126764078
        },
        {
            "start": 1126764079,
            "stop": 1126765741
        },
        {
            "start": 1126765742,
            "stop": 1126766228
        }
    ]
}