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=1355
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=1356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1354",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1355,
    "results": [
        {
            "start": 843851560,
            "stop": 843851562
        },
        {
            "start": 843851565,
            "stop": 843851653
        },
        {
            "start": 843851656,
            "stop": 843851680
        },
        {
            "start": 843851687,
            "stop": 843851697
        },
        {
            "start": 843851700,
            "stop": 843851718
        },
        {
            "start": 843851721,
            "stop": 843851726
        },
        {
            "start": 843851731,
            "stop": 843851772
        },
        {
            "start": 843851775,
            "stop": 843851796
        },
        {
            "start": 843851799,
            "stop": 843851801
        },
        {
            "start": 843851804,
            "stop": 843851833
        },
        {
            "start": 843851836,
            "stop": 843851837
        },
        {
            "start": 843851844,
            "stop": 843851845
        },
        {
            "start": 843851848,
            "stop": 843852003
        },
        {
            "start": 843852006,
            "stop": 843852045
        },
        {
            "start": 843852048,
            "stop": 843852077
        },
        {
            "start": 843852080,
            "stop": 843852082
        },
        {
            "start": 843852085,
            "stop": 843852092
        },
        {
            "start": 843852095,
            "stop": 843852182
        },
        {
            "start": 843852185,
            "stop": 843852314
        },
        {
            "start": 843852317,
            "stop": 843852348
        }
    ]
}