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=214
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=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=213",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 214,
    "results": [
        {
            "start": 826967258,
            "stop": 826967678
        },
        {
            "start": 826968089,
            "stop": 826968509
        },
        {
            "start": 826968691,
            "stop": 826969231
        },
        {
            "start": 826969803,
            "stop": 826970343
        },
        {
            "start": 826970510,
            "stop": 826971050
        },
        {
            "start": 826971196,
            "stop": 826971376
        },
        {
            "start": 826973180,
            "stop": 826973240
        },
        {
            "start": 826973395,
            "stop": 826973635
        },
        {
            "start": 826973785,
            "stop": 826973845
        },
        {
            "start": 826973986,
            "stop": 826974226
        },
        {
            "start": 826974482,
            "stop": 826974542
        },
        {
            "start": 826975147,
            "stop": 826975567
        },
        {
            "start": 826976083,
            "stop": 826976503
        },
        {
            "start": 826976533,
            "stop": 826976623
        },
        {
            "start": 826977087,
            "stop": 826977207
        },
        {
            "start": 826977383,
            "stop": 826977803
        },
        {
            "start": 826978195,
            "stop": 826978315
        },
        {
            "start": 826978698,
            "stop": 826978818
        },
        {
            "start": 826979124,
            "stop": 826979544
        },
        {
            "start": 826979710,
            "stop": 826980340
        }
    ]
}