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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=166",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 167,
    "results": [
        {
            "start": 1126746963,
            "stop": 1126747353
        },
        {
            "start": 1126747354,
            "stop": 1126747727
        },
        {
            "start": 1126747728,
            "stop": 1126748143
        },
        {
            "start": 1126748145,
            "stop": 1126748508
        },
        {
            "start": 1126748509,
            "stop": 1126748808
        },
        {
            "start": 1126748810,
            "stop": 1126748917
        },
        {
            "start": 1126748918,
            "stop": 1126749309
        },
        {
            "start": 1126749311,
            "stop": 1126749714
        },
        {
            "start": 1126749716,
            "stop": 1126749984
        },
        {
            "start": 1126749986,
            "stop": 1126749987
        },
        {
            "start": 1126749992,
            "stop": 1126750110
        },
        {
            "start": 1126750112,
            "stop": 1126750469
        },
        {
            "start": 1126750471,
            "stop": 1126750591
        },
        {
            "start": 1126750593,
            "stop": 1126750841
        },
        {
            "start": 1126750843,
            "stop": 1126751212
        },
        {
            "start": 1126751213,
            "stop": 1126751580
        },
        {
            "start": 1126751582,
            "stop": 1126751994
        },
        {
            "start": 1126751995,
            "stop": 1126752344
        },
        {
            "start": 1126752345,
            "stop": 1126752666
        },
        {
            "start": 1126752668,
            "stop": 1126752717
        }
    ]
}