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=5312
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=5313",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5311",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5312,
    "results": [
        {
            "start": 1137123509,
            "stop": 1137123548
        },
        {
            "start": 1137123550,
            "stop": 1137123587
        },
        {
            "start": 1137123589,
            "stop": 1137123590
        },
        {
            "start": 1137123592,
            "stop": 1137123594
        },
        {
            "start": 1137123595,
            "stop": 1137123630
        },
        {
            "start": 1137123632,
            "stop": 1137123651
        },
        {
            "start": 1137123653,
            "stop": 1137123670
        },
        {
            "start": 1137123672,
            "stop": 1137123673
        },
        {
            "start": 1137123677,
            "stop": 1137123693
        },
        {
            "start": 1137123695,
            "stop": 1137123697
        },
        {
            "start": 1137123699,
            "stop": 1137123705
        },
        {
            "start": 1137123707,
            "stop": 1137123715
        },
        {
            "start": 1137123717,
            "stop": 1137123722
        },
        {
            "start": 1137123724,
            "stop": 1137123746
        },
        {
            "start": 1137123748,
            "stop": 1137123798
        },
        {
            "start": 1137123799,
            "stop": 1137123807
        },
        {
            "start": 1137123814,
            "stop": 1137123819
        },
        {
            "start": 1137123821,
            "stop": 1137123824
        },
        {
            "start": 1137123828,
            "stop": 1137123832
        },
        {
            "start": 1137123834,
            "stop": 1137123846
        }
    ]
}