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=240
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=241",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=239",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 240,
    "results": [
        {
            "start": 1126880367,
            "stop": 1126880391
        },
        {
            "start": 1126880392,
            "stop": 1126880408
        },
        {
            "start": 1126880409,
            "stop": 1126880551
        },
        {
            "start": 1126880553,
            "stop": 1126880602
        },
        {
            "start": 1126880604,
            "stop": 1126880605
        },
        {
            "start": 1126880607,
            "stop": 1126880608
        },
        {
            "start": 1126880610,
            "stop": 1126880659
        },
        {
            "start": 1126880660,
            "stop": 1126880673
        },
        {
            "start": 1126880674,
            "stop": 1126880676
        },
        {
            "start": 1126880677,
            "stop": 1126880764
        },
        {
            "start": 1126880765,
            "stop": 1126880781
        },
        {
            "start": 1126880782,
            "stop": 1126880786
        },
        {
            "start": 1126880787,
            "stop": 1126880791
        },
        {
            "start": 1126880792,
            "stop": 1126880869
        },
        {
            "start": 1126880872,
            "stop": 1126880874
        },
        {
            "start": 1126880876,
            "stop": 1126880877
        },
        {
            "start": 1126880878,
            "stop": 1126880951
        },
        {
            "start": 1126880952,
            "stop": 1126880991
        },
        {
            "start": 1126880992,
            "stop": 1126881007
        },
        {
            "start": 1126881010,
            "stop": 1126881028
        }
    ]
}