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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=317",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 318,
    "results": [
        {
            "start": 833364164,
            "stop": 833369384
        },
        {
            "start": 833370939,
            "stop": 833371419
        },
        {
            "start": 833371577,
            "stop": 833372177
        },
        {
            "start": 833373395,
            "stop": 833375075
        },
        {
            "start": 833375224,
            "stop": 833375344
        },
        {
            "start": 833375628,
            "stop": 833375868
        },
        {
            "start": 833376023,
            "stop": 833376083
        },
        {
            "start": 833376296,
            "stop": 833377256
        },
        {
            "start": 833377601,
            "stop": 833377781
        },
        {
            "start": 833378285,
            "stop": 833378825
        },
        {
            "start": 833378994,
            "stop": 833379054
        },
        {
            "start": 833379366,
            "stop": 833379426
        },
        {
            "start": 833380618,
            "stop": 833380738
        },
        {
            "start": 833380919,
            "stop": 833381279
        },
        {
            "start": 833382368,
            "stop": 833382488
        },
        {
            "start": 833383686,
            "stop": 833383986
        },
        {
            "start": 833384155,
            "stop": 833384395
        },
        {
            "start": 833384705,
            "stop": 833384825
        },
        {
            "start": 833384970,
            "stop": 833385210
        },
        {
            "start": 833385611,
            "stop": 833385851
        }
    ]
}