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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=199",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 200,
    "results": [
        {
            "start": 1182369581,
            "stop": 1182369659
        },
        {
            "start": 1182369662,
            "stop": 1182369668
        },
        {
            "start": 1182369670,
            "stop": 1182369970
        },
        {
            "start": 1182369972,
            "stop": 1182369979
        },
        {
            "start": 1182369980,
            "stop": 1182370030
        },
        {
            "start": 1182370032,
            "stop": 1182370098
        },
        {
            "start": 1182370099,
            "stop": 1182370157
        },
        {
            "start": 1182370159,
            "stop": 1182370196
        },
        {
            "start": 1182370197,
            "stop": 1182370222
        },
        {
            "start": 1182370223,
            "stop": 1182370313
        },
        {
            "start": 1182370314,
            "stop": 1182370336
        },
        {
            "start": 1182370338,
            "stop": 1182370411
        },
        {
            "start": 1182370412,
            "stop": 1182370415
        },
        {
            "start": 1182370416,
            "stop": 1182370424
        },
        {
            "start": 1182370425,
            "stop": 1182370434
        },
        {
            "start": 1182370435,
            "stop": 1182370516
        },
        {
            "start": 1182370518,
            "stop": 1182370520
        },
        {
            "start": 1182370522,
            "stop": 1182370552
        },
        {
            "start": 1182370558,
            "stop": 1182370669
        },
        {
            "start": 1182370670,
            "stop": 1182370674
        }
    ]
}