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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=800",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=798",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 799,
    "results": [
        {
            "start": 858687593,
            "stop": 858689513
        },
        {
            "start": 858689690,
            "stop": 858689930
        },
        {
            "start": 858690112,
            "stop": 858691492
        },
        {
            "start": 858692049,
            "stop": 858693309
        },
        {
            "start": 858695015,
            "stop": 858695075
        },
        {
            "start": 858695295,
            "stop": 858695655
        },
        {
            "start": 858696081,
            "stop": 858696681
        },
        {
            "start": 858706408,
            "stop": 858707608
        },
        {
            "start": 858707766,
            "stop": 858714966
        },
        {
            "start": 858715516,
            "stop": 858717346
        },
        {
            "start": 858717923,
            "stop": 858718463
        },
        {
            "start": 858719404,
            "stop": 858721024
        },
        {
            "start": 858721255,
            "stop": 858721435
        },
        {
            "start": 858725665,
            "stop": 858725845
        },
        {
            "start": 858727220,
            "stop": 858730880
        },
        {
            "start": 858731193,
            "stop": 858738513
        },
        {
            "start": 858738738,
            "stop": 858741198
        },
        {
            "start": 858741544,
            "stop": 858752344
        },
        {
            "start": 858753640,
            "stop": 858765880
        },
        {
            "start": 858766121,
            "stop": 858770051
        }
    ]
}