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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=223",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 224,
    "results": [
        {
            "start": 1126873523,
            "stop": 1126873524
        },
        {
            "start": 1126873527,
            "stop": 1126873529
        },
        {
            "start": 1126873532,
            "stop": 1126873542
        },
        {
            "start": 1126873543,
            "stop": 1126873558
        },
        {
            "start": 1126873559,
            "stop": 1126873563
        },
        {
            "start": 1126873565,
            "stop": 1126873577
        },
        {
            "start": 1126873697,
            "stop": 1126873750
        },
        {
            "start": 1126873752,
            "stop": 1126873758
        },
        {
            "start": 1126873760,
            "stop": 1126873761
        },
        {
            "start": 1126873762,
            "stop": 1126873776
        },
        {
            "start": 1126873777,
            "stop": 1126873828
        },
        {
            "start": 1126873829,
            "stop": 1126873837
        },
        {
            "start": 1126873838,
            "stop": 1126873840
        },
        {
            "start": 1126873841,
            "stop": 1126873842
        },
        {
            "start": 1126873843,
            "stop": 1126873859
        },
        {
            "start": 1126873860,
            "stop": 1126873877
        },
        {
            "start": 1126873938,
            "stop": 1126873946
        },
        {
            "start": 1126873948,
            "stop": 1126873951
        },
        {
            "start": 1126873952,
            "stop": 1126873953
        },
        {
            "start": 1126873954,
            "stop": 1126874057
        }
    ]
}