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=5106
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=5107",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5105",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5106,
    "results": [
        {
            "start": 1136979267,
            "stop": 1136979284
        },
        {
            "start": 1136979286,
            "stop": 1136979288
        },
        {
            "start": 1136979289,
            "stop": 1136979307
        },
        {
            "start": 1136979309,
            "stop": 1136979312
        },
        {
            "start": 1136979315,
            "stop": 1136979331
        },
        {
            "start": 1136979332,
            "stop": 1136979335
        },
        {
            "start": 1136979337,
            "stop": 1136979394
        },
        {
            "start": 1136979395,
            "stop": 1136979422
        },
        {
            "start": 1136979424,
            "stop": 1136979562
        },
        {
            "start": 1136979564,
            "stop": 1136979577
        },
        {
            "start": 1136979579,
            "stop": 1136979735
        },
        {
            "start": 1136979737,
            "stop": 1136979766
        },
        {
            "start": 1136979769,
            "stop": 1136979785
        },
        {
            "start": 1136979788,
            "stop": 1136979810
        },
        {
            "start": 1136979812,
            "stop": 1136979813
        },
        {
            "start": 1136979815,
            "stop": 1136979851
        },
        {
            "start": 1136979852,
            "stop": 1136979896
        },
        {
            "start": 1136979899,
            "stop": 1136979900
        },
        {
            "start": 1136979902,
            "stop": 1136979914
        },
        {
            "start": 1136979916,
            "stop": 1136979918
        }
    ]
}