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=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=225",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 226,
    "results": [
        {
            "start": 1126874572,
            "stop": 1126874587
        },
        {
            "start": 1126874589,
            "stop": 1126874652
        },
        {
            "start": 1126874653,
            "stop": 1126874654
        },
        {
            "start": 1126874655,
            "stop": 1126874705
        },
        {
            "start": 1126874707,
            "stop": 1126874717
        },
        {
            "start": 1126874778,
            "stop": 1126874780
        },
        {
            "start": 1126874782,
            "stop": 1126874796
        },
        {
            "start": 1126874797,
            "stop": 1126874801
        },
        {
            "start": 1126874803,
            "stop": 1126874805
        },
        {
            "start": 1126874808,
            "stop": 1126874809
        },
        {
            "start": 1126874810,
            "stop": 1126874812
        },
        {
            "start": 1126874813,
            "stop": 1126874815
        },
        {
            "start": 1126874817,
            "stop": 1126874818
        },
        {
            "start": 1126874819,
            "stop": 1126874820
        },
        {
            "start": 1126874823,
            "stop": 1126874824
        },
        {
            "start": 1126874825,
            "stop": 1126874826
        },
        {
            "start": 1126874830,
            "stop": 1126874834
        },
        {
            "start": 1126874836,
            "stop": 1126874844
        },
        {
            "start": 1126874847,
            "stop": 1126874848
        },
        {
            "start": 1126874857,
            "stop": 1126874859
        }
    ]
}