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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_STOCH_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_STOCH_CAT1/segments?format=api&page=19",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 20,
    "results": [
        {
            "start": 1408995280,
            "stop": 1408995300
        },
        {
            "start": 1408995687,
            "stop": 1408995736
        },
        {
            "start": 1408995741,
            "stop": 1409008957
        },
        {
            "start": 1409009279,
            "stop": 1409024874
        },
        {
            "start": 1409034795,
            "stop": 1409092374
        },
        {
            "start": 1409098372,
            "stop": 1409121614
        },
        {
            "start": 1409125221,
            "stop": 1409136611
        },
        {
            "start": 1409146857,
            "stop": 1409147318
        },
        {
            "start": 1409147694,
            "stop": 1409151561
        },
        {
            "start": 1409155434,
            "stop": 1409159058
        },
        {
            "start": 1409164533,
            "stop": 1409177057
        },
        {
            "start": 1409180866,
            "stop": 1409181278
        },
        {
            "start": 1409184881,
            "stop": 1409204772
        },
        {
            "start": 1409218261,
            "stop": 1409257875
        },
        {
            "start": 1409271531,
            "stop": 1409275835
        },
        {
            "start": 1409284026,
            "stop": 1409290321
        },
        {
            "start": 1409293341,
            "stop": 1409299450
        },
        {
            "start": 1409302335,
            "stop": 1409308495
        },
        {
            "start": 1409312026,
            "stop": 1409315940
        },
        {
            "start": 1409319378,
            "stop": 1409320543
        }
    ]
}