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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=352",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 353,
    "results": [
        {
            "start": 1181625069,
            "stop": 1181625080
        },
        {
            "start": 1181625082,
            "stop": 1181625083
        },
        {
            "start": 1181625084,
            "stop": 1181625097
        },
        {
            "start": 1181625098,
            "stop": 1181625099
        },
        {
            "start": 1181625101,
            "stop": 1181625111
        },
        {
            "start": 1181625112,
            "stop": 1181625125
        },
        {
            "start": 1181625126,
            "stop": 1181625396
        },
        {
            "start": 1181625400,
            "stop": 1181625488
        },
        {
            "start": 1181625489,
            "stop": 1181625490
        },
        {
            "start": 1181625492,
            "stop": 1181625496
        },
        {
            "start": 1181625497,
            "stop": 1181625506
        },
        {
            "start": 1181625507,
            "stop": 1181625641
        },
        {
            "start": 1181625642,
            "stop": 1181625643
        },
        {
            "start": 1181625644,
            "stop": 1181625647
        },
        {
            "start": 1181625648,
            "stop": 1181625670
        },
        {
            "start": 1181625671,
            "stop": 1181625675
        },
        {
            "start": 1181625676,
            "stop": 1181625677
        },
        {
            "start": 1181625678,
            "stop": 1181625688
        },
        {
            "start": 1181625689,
            "stop": 1181625750
        },
        {
            "start": 1181625752,
            "stop": 1181625839
        }
    ]
}