Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=137
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=136",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 137,
    "results": [
        {
            "start": 966534923,
            "stop": 966541641
        },
        {
            "start": 966542909,
            "stop": 966555358
        },
        {
            "start": 966556040,
            "stop": 966564098
        },
        {
            "start": 966567028,
            "stop": 966576308
        },
        {
            "start": 966576435,
            "stop": 966600343
        },
        {
            "start": 966605136,
            "stop": 966618008
        },
        {
            "start": 966619319,
            "stop": 966630112
        },
        {
            "start": 966633730,
            "stop": 966640364
        },
        {
            "start": 966640420,
            "stop": 966643456
        },
        {
            "start": 966644057,
            "stop": 966651301
        },
        {
            "start": 966656500,
            "stop": 966686435
        },
        {
            "start": 966687808,
            "stop": 966687849
        },
        {
            "start": 966705395,
            "stop": 966708067
        },
        {
            "start": 966708242,
            "stop": 966715735
        },
        {
            "start": 966716570,
            "stop": 966717723
        },
        {
            "start": 966718610,
            "stop": 966725430
        },
        {
            "start": 966725716,
            "stop": 966729917
        },
        {
            "start": 966731275,
            "stop": 966772194
        },
        {
            "start": 966774212,
            "stop": 966776127
        },
        {
            "start": 966776175,
            "stop": 966776591
        }
    ]
}