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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=101",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 102,
    "results": [
        {
            "start": 825752638,
            "stop": 825752640
        },
        {
            "start": 825752648,
            "stop": 825752651
        },
        {
            "start": 825752654,
            "stop": 825752656
        },
        {
            "start": 825752663,
            "stop": 825752665
        },
        {
            "start": 825752668,
            "stop": 825752670
        },
        {
            "start": 825752674,
            "stop": 825752675
        },
        {
            "start": 825752678,
            "stop": 825752679
        },
        {
            "start": 825752684,
            "stop": 825752687
        },
        {
            "start": 825752693,
            "stop": 825752694
        },
        {
            "start": 825752701,
            "stop": 825752709
        },
        {
            "start": 825752712,
            "stop": 825752715
        },
        {
            "start": 825752721,
            "stop": 825752730
        },
        {
            "start": 825752739,
            "stop": 825752741
        },
        {
            "start": 825752744,
            "stop": 825752752
        },
        {
            "start": 825752755,
            "stop": 825752757
        },
        {
            "start": 825752760,
            "stop": 825752767
        },
        {
            "start": 825752770,
            "stop": 825752771
        },
        {
            "start": 825752774,
            "stop": 825752776
        },
        {
            "start": 825752784,
            "stop": 825752795
        },
        {
            "start": 825752798,
            "stop": 825752804
        }
    ]
}