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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=237",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 238,
    "results": [
        {
            "start": 1126879461,
            "stop": 1126879481
        },
        {
            "start": 1126879485,
            "stop": 1126879486
        },
        {
            "start": 1126879487,
            "stop": 1126879496
        },
        {
            "start": 1126879497,
            "stop": 1126879498
        },
        {
            "start": 1126879499,
            "stop": 1126879502
        },
        {
            "start": 1126879503,
            "stop": 1126879527
        },
        {
            "start": 1126879528,
            "stop": 1126879530
        },
        {
            "start": 1126879532,
            "stop": 1126879546
        },
        {
            "start": 1126879547,
            "stop": 1126879550
        },
        {
            "start": 1126879552,
            "stop": 1126879554
        },
        {
            "start": 1126879555,
            "stop": 1126879556
        },
        {
            "start": 1126879559,
            "stop": 1126879623
        },
        {
            "start": 1126879624,
            "stop": 1126879639
        },
        {
            "start": 1126879641,
            "stop": 1126879642
        },
        {
            "start": 1126879646,
            "stop": 1126879653
        },
        {
            "start": 1126879654,
            "stop": 1126879659
        },
        {
            "start": 1126879660,
            "stop": 1126879697
        },
        {
            "start": 1126879817,
            "stop": 1126879844
        },
        {
            "start": 1126879845,
            "stop": 1126879877
        },
        {
            "start": 1126880117,
            "stop": 1126880120
        }
    ]
}