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/O2/timelines/L1_BURST_CAT3/segments?format=api&page=345
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=344",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 345,
    "results": [
        {
            "start": 1177431160,
            "stop": 1177431170
        },
        {
            "start": 1177431172,
            "stop": 1177431180
        },
        {
            "start": 1177431185,
            "stop": 1177431190
        },
        {
            "start": 1177431197,
            "stop": 1177431202
        },
        {
            "start": 1177431208,
            "stop": 1177431213
        },
        {
            "start": 1177431217,
            "stop": 1177431231
        },
        {
            "start": 1177431237,
            "stop": 1177431241
        },
        {
            "start": 1177431250,
            "stop": 1177431253
        },
        {
            "start": 1177431261,
            "stop": 1177431264
        },
        {
            "start": 1177431272,
            "stop": 1177431274
        },
        {
            "start": 1177431282,
            "stop": 1177431286
        },
        {
            "start": 1177431290,
            "stop": 1177431421
        },
        {
            "start": 1177431425,
            "stop": 1177431435
        },
        {
            "start": 1177431439,
            "stop": 1177431444
        },
        {
            "start": 1177431448,
            "stop": 1177431522
        },
        {
            "start": 1177431524,
            "stop": 1177431531
        },
        {
            "start": 1177431534,
            "stop": 1177431648
        },
        {
            "start": 1177431649,
            "stop": 1177431656
        },
        {
            "start": 1177431660,
            "stop": 1177431707
        },
        {
            "start": 1177431710,
            "stop": 1177431715
        }
    ]
}