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=253
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=254",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=252",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 253,
    "results": [
        {
            "start": 1126888517,
            "stop": 1126888545
        },
        {
            "start": 1126888550,
            "stop": 1126888555
        },
        {
            "start": 1126888556,
            "stop": 1126888570
        },
        {
            "start": 1126888572,
            "stop": 1126888577
        },
        {
            "start": 1126888637,
            "stop": 1126888643
        },
        {
            "start": 1126888644,
            "stop": 1126888682
        },
        {
            "start": 1126888683,
            "stop": 1126888703
        },
        {
            "start": 1126888704,
            "stop": 1126888705
        },
        {
            "start": 1126888706,
            "stop": 1126888714
        },
        {
            "start": 1126888715,
            "stop": 1126888717
        },
        {
            "start": 1126888718,
            "stop": 1126888726
        },
        {
            "start": 1126888727,
            "stop": 1126888736
        },
        {
            "start": 1126888737,
            "stop": 1126888741
        },
        {
            "start": 1126888742,
            "stop": 1126888755
        },
        {
            "start": 1126888756,
            "stop": 1126888849
        },
        {
            "start": 1126888850,
            "stop": 1126888852
        },
        {
            "start": 1126888853,
            "stop": 1126889033
        },
        {
            "start": 1126889034,
            "stop": 1126889083
        },
        {
            "start": 1126889084,
            "stop": 1126889089
        },
        {
            "start": 1126889090,
            "stop": 1126889096
        }
    ]
}